[Zope-Checkins] CVS: Releases/Zope/lib/python/Products/PageTemplates/tests/output - CheckBatchIteration.html:1.1 Loop2.html:1.1 CheckPathAlt.html:1.2

Evan Simpson evan@zope.com
Thu, 13 Dec 2001 13:37:51 -0500


Update of /cvs-repository/Releases/Zope/lib/python/Products/PageTemplates/tests/output
In directory cvs.zope.org:/tmp/cvs-serv21379/tests/output

Modified Files:
	CheckPathAlt.html 
Added Files:
	CheckBatchIteration.html Loop2.html 
Log Message:
Refactor Path expressions, make them support other expression types as the final alternate, and support Iterator.first() and last().


=== Added File Releases/Zope/lib/python/Products/PageTemplates/tests/output/CheckBatchIteration.html ===
<html>
 <body>
 <p>
 Batch 1: item=0
 </p>
 <p>
 Batch 1: item=1
 </p>
 <p>
 Batch 1: item=2
 </p>
 <p>
 Batch 1: item=3
 </p>
 <p>
 Batch 1: item=4
 </p>
 <p>
 Batch 2: item=5
 </p>
 <p>
 Batch 2: item=6
 </p>
 <p>
 Batch 2: item=7
 </p>
 <p>
 Batch 2: item=8
 </p>
 <p>
 Batch 2: item=9
 </p>
 </body>
</html>


=== Added File Releases/Zope/lib/python/Products/PageTemplates/tests/output/Loop2.html ===
<html>
<body>

 <h4>Legs:
 2</h4>
 <p>fred</p>
 


 
 <p>wilma</p>
 <hr >


 <h4>Legs:
 4</h4>
 <p>dino</p>
 <hr >

</body>
</html>


=== Releases/Zope/lib/python/Products/PageTemplates/tests/output/CheckPathAlt.html 1.1 => 1.2 ===
    <p>X</p>
    <p>X</p>
+   <p>X</p>
+   <p>X</p>
 
+   <p name="">Z</p>
+   <p name="">Z</p>
    <p name="">Z</p>
    <p name="">Z</p>
    <p>Z</p>