[ZPT] CVS: Packages/TAL - test_htmltalparser.py:1.18

guido@digicool.com guido@digicool.com
Thu, 17 May 2001 21:24:35 -0400 (EDT)


Update of /cvs-repository/Packages/TAL/tests
In directory korak.digicool.com:/tmp/cvs-serv17582/tests

Modified Files:
	test_htmltalparser.py 
Log Message:
Allow define-slot and fill-slot on the same tag.


--- Updated File test_htmltalparser.py in package Packages/TAL --
--- test_htmltalparser.py	2001/05/18 00:42:08	1.17
+++ test_htmltalparser.py	2001/05/18 01:24:05	1.18
@@ -468,8 +468,6 @@
         self._should_error("<html metal:use-macro='x'>" +
                            2*"<p metal:fill-slot='y' />" + "</html>", exc)
         self._should_error("<p metal:foobar='x' />", exc)
-        self._should_error("<p metal:define-slot='x' metal:fill-slot='x' />",
-                           exc)
         self._should_error("<p metal:define-macro='x'>", exc)