[Checkins] SVN: z3c.pt/trunk/src/z3c/pt/zpt.txt Test that macros are found on the 'descendant-or-self' XPath-axis.

Malthe Borch mborch at gmail.com
Fri Aug 22 04:22:33 EDT 2008


Log message for revision 90115:
  Test that macros are found on the 'descendant-or-self' XPath-axis.

Changed:
  U   z3c.pt/trunk/src/z3c/pt/zpt.txt

-=-
Modified: z3c.pt/trunk/src/z3c/pt/zpt.txt
===================================================================
--- z3c.pt/trunk/src/z3c/pt/zpt.txt	2008-08-22 07:50:24 UTC (rev 90114)
+++ z3c.pt/trunk/src/z3c/pt/zpt.txt	2008-08-22 08:22:32 UTC (rev 90115)
@@ -297,6 +297,11 @@
   ...     <span metal:fill-slot="name">earth!</span>
   ...   </div>
   ...   <div metal:use-macro="template.macros['greeting']">
+  ...     <div>
+  ...       <span metal:fill-slot="name">earth!</span>
+  ...     </div>
+  ...   </div>
+  ...   <div metal:use-macro="template.macros['greeting']">
   ...     <!-- display fallback greeting -->
   ...   </div>
   ...   <div metal:use-macro="template.macros['greeting']">
@@ -316,6 +321,11 @@
   <BLANKLINE>
   <BLANKLINE>
       <div>
+      Hello, <b class="name">earth!</b>
+    </div>
+  <BLANKLINE>
+  <BLANKLINE>
+      <div>
       Hello, <b class="name">stranger!</b>
     </div>
   <BLANKLINE>



More information about the Checkins mailing list