[Checkins] SVN: Sandbox/malthe/chameleon.zpt/src/chameleon/zpt/template.txt Clarified test case.'

Malthe Borch mborch at gmail.com
Sun Nov 16 06:37:57 EST 2008


Log message for revision 93004:
  Clarified test case.'
  

Changed:
  U   Sandbox/malthe/chameleon.zpt/src/chameleon/zpt/template.txt

-=-
Modified: Sandbox/malthe/chameleon.zpt/src/chameleon/zpt/template.txt
===================================================================
--- Sandbox/malthe/chameleon.zpt/src/chameleon/zpt/template.txt	2008-11-16 11:36:40 UTC (rev 93003)
+++ Sandbox/malthe/chameleon.zpt/src/chameleon/zpt/template.txt	2008-11-16 11:37:57 UTC (rev 93004)
@@ -43,6 +43,7 @@
   ...       xmlns:metal="http://xml.zope.org/namespaces/metal"
   ...       metal:define-macro="master">
   ...     <tal:defines define="foo 'bar'">
+  ...       Who are you, ${foo}?
   ...       <div metal:define-slot="content">
   ...          I will be replaced
   ...       </div>
@@ -61,8 +62,9 @@
 
   >>> print content(main=main)
   <html>
+    Who are you, bar?
     <div>
-         I replace you: bar.
+       I replace you: bar.
     </div>
   </html>  
   



More information about the Checkins mailing list