[Checkins] SVN: megrok.chameleon/trunk/src/megrok/chameleon/tests/cpt_fixture/app_templates/food.cpt Update tests for variable substitution.

Uli Fouquet uli at gnufix.de
Wed Feb 25 06:47:55 EST 2009


Log message for revision 97252:
  Update tests for variable substitution.

Changed:
  U   megrok.chameleon/trunk/src/megrok/chameleon/tests/cpt_fixture/app_templates/food.cpt

-=-
Modified: megrok.chameleon/trunk/src/megrok/chameleon/tests/cpt_fixture/app_templates/food.cpt
===================================================================
--- megrok.chameleon/trunk/src/megrok/chameleon/tests/cpt_fixture/app_templates/food.cpt	2009-02-25 10:58:45 UTC (rev 97251)
+++ megrok.chameleon/trunk/src/megrok/chameleon/tests/cpt_fixture/app_templates/food.cpt	2009-02-25 11:47:55 UTC (rev 97252)
@@ -2,8 +2,10 @@
 <body>
 <span tal:define="foo 'a FOO'" />
 ${view.me_do()}
+<span tal:replace="view.me_do()" />
 CSS-URL: ${static['test.css']()}
 My context is: ${view.url(context)}
 ${foo}
+<span tal:replace="foo" />
 </body>
 </html>



More information about the Checkins mailing list