[Zope3-checkins] CVS: Zope3/src/zope/pagetemplate/tests/input - template_usage.html:1.1.2.2
Godefroid Chapelle
gotcha@swing.be
Fri, 14 Mar 2003 06:00:44 -0500
Update of /cvs-repository/Zope3/src/zope/pagetemplate/tests/input
In directory cvs.zope.org:/tmp/cvs-serv11485/tests/input
Modified Files:
Tag: template_usage-branch
template_usage.html
Log Message:
can now test with tal:condition="usage"
=== Zope3/src/zope/pagetemplate/tests/input/template_usage.html 1.1.2.1 => 1.1.2.2 ===
--- Zope3/src/zope/pagetemplate/tests/input/template_usage.html:1.1.2.1 Thu Mar 13 12:50:54 2003
+++ Zope3/src/zope/pagetemplate/tests/input/template_usage.html Fri Mar 14 06:00:14 2003
@@ -2,6 +2,9 @@
<head><title>Test of documentation templates</title></head>
<body>
<span tal:content="usage"> blah </span>
+ <p tal:condition="usage">
+ usage is defined.
+ </p>
<p tal:condition="usage/test">
This is test.
</p>