[Zope3-checkins] CVS: Zope3/src/zope/tal/tests/input -
test11.html:1.2.46.1
Godefroid Chapelle
gotcha at swing.be
Thu Aug 14 12:56:47 EDT 2003
Update of /cvs-repository/Zope3/src/zope/tal/tests/input
In directory cvs.zope.org:/tmp/cvs-serv25005/tests/input
Modified Files:
Tag: srichter-i18n-macro-interaction-branch
test11.html
Log Message:
- port of fix for #539 in collector from 2.x
=== Zope3/src/zope/tal/tests/input/test11.html 1.2 => 1.2.46.1 ===
--- Zope3/src/zope/tal/tests/input/test11.html:1.2 Wed Dec 25 09:15:31 2002
+++ Zope3/src/zope/tal/tests/input/test11.html Thu Aug 14 11:56:13 2003
@@ -11,4 +11,9 @@
<p tal:on-error="string:x undefined">
<span tal:content="x"/>
</p>
+ <tal:block on-error="string:x undefined" replace="x" />
+ <tal:block on-error="string:x undefined">
+ <p tal:content="x">p</p>
+ </tal:block>
+ <div tal:replace="structure string:<hr />">rule</div>
</html>
More information about the Zope3-Checkins
mailing list