Commit 8937519b authored by Guido van Rossum's avatar Guido van Rossum

Update test after allowing repeat with replace/content

parent 2fef0d4c
...@@ -387,8 +387,6 @@ class TALGeneratorTestCases(TestCaseBase): ...@@ -387,8 +387,6 @@ class TALGeneratorTestCases(TestCaseBase):
self._should_error("<p tal:define='x' />") self._should_error("<p tal:define='x' />")
self._should_error("<p tal:repeat='x' />") self._should_error("<p tal:repeat='x' />")
self._should_error("<p tal:foobar='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' tal:content='x' />")
self._should_error("<p tal:replace='x'>") self._should_error("<p tal:replace='x'>")
......
...@@ -387,8 +387,6 @@ class TALGeneratorTestCases(TestCaseBase): ...@@ -387,8 +387,6 @@ class TALGeneratorTestCases(TestCaseBase):
self._should_error("<p tal:define='x' />") self._should_error("<p tal:define='x' />")
self._should_error("<p tal:repeat='x' />") self._should_error("<p tal:repeat='x' />")
self._should_error("<p tal:foobar='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' tal:content='x' />")
self._should_error("<p tal:replace='x'>") self._should_error("<p tal:replace='x'>")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment