[Checkins] SVN: five.pt/trunk/src/five/pt/tests/test_persistenttemplate.py make test temlate syntactically valid

Leonardo Rochael Almeida leorochael at gmail.com
Tue Sep 20 07:25:16 EST 2011


Log message for revision 122853:
  make test temlate syntactically valid

Changed:
  U   five.pt/trunk/src/five/pt/tests/test_persistenttemplate.py

-=-
Modified: five.pt/trunk/src/five/pt/tests/test_persistenttemplate.py
===================================================================
--- five.pt/trunk/src/five/pt/tests/test_persistenttemplate.py	2011-09-20 11:58:23 UTC (rev 122852)
+++ five.pt/trunk/src/five/pt/tests/test_persistenttemplate.py	2011-09-20 12:25:16 UTC (rev 122853)
@@ -70,7 +70,7 @@
 
 tal_onerror_structure_source = """
 <tal:block tal:on-error="structure python: '&lt;i&gt;error!&lt;/i&gt;'">
-  <i tal:content="python: 1/0">
+  <i tal:content="python: 1/0" />
 </tal:block>
 """.strip()
 



More information about the checkins mailing list