[ZPT] CVS: Releases/Zope/lib/python/Products/PageTemplates/tests/input - StringExpression.html:1.2
Evan Simpson
evan@zope.com
Tue, 1 Oct 2002 11:53:29 -0400
Update of /cvs-repository/Releases/Zope/lib/python/Products/PageTemplates/tests/input
In directory cvs.zope.org:/tmp/cvs-serv5702/lib/python/Products/PageTemplates/tests/input
Modified Files:
StringExpression.html
Log Message:
Fix Collector #539, and make DummyEngine work outside of Zope.
=== Releases/Zope/lib/python/Products/PageTemplates/tests/input/StringExpression.html 1.1 => 1.2 ===
--- Releases/Zope/lib/python/Products/PageTemplates/tests/input/StringExpression.html:1.1 Mon Mar 26 15:32:53 2001
+++ Releases/Zope/lib/python/Products/PageTemplates/tests/input/StringExpression.html Tue Oct 1 11:52:55 2002
@@ -1,7 +1,12 @@
<html>
-<body>
<head>
<title tal:content="string:Hello World!">This is the title</title>
</head>
+<body>
+ <tal:block on-error="string:Error:${error/value}" replace="x" />
+ <tal:block on-error="string:Error:${error/value}">
+ <p tal:content="x">p</p>
+ </tal:block>
+ <div tal:replace="structure string:<hr />">rule</div>
</body>
</html>