[ZPT] CVS: Packages/TAL - test_htmltalparser.py:1.14
guido@digicool.com
guido@digicool.com
Wed, 11 Apr 2001 14:54:56 -0400 (EDT)
Update of /cvs-repository/Packages/TAL/test
In directory korak:/tmp/cvs-serv18077/test
Modified Files:
test_htmltalparser.py
Log Message:
Update test after allowing repeat with replace/content
--- Updated File test_htmltalparser.py in package Packages/TAL --
--- test_htmltalparser.py 2001/04/11 17:53:52 1.13
+++ test_htmltalparser.py 2001/04/11 18:54:55 1.14
@@ -387,8 +387,6 @@
self._should_error("<p tal:define='x' />")
self._should_error("<p tal:repeat='x' />")
self._should_error("<p tal:foobar='x' />")
- self._should_error("<p tal:repeat='x y' tal:content='x' />")
- self._should_error("<p tal:repeat='x y' tal:replace='x' />")
self._should_error("<p tal:replace='x' tal:content='x' />")
self._should_error("<p tal:replace='x'>")