[Zope-Checkins] CVS: Zope/lib/python/TAL/tests/input - test19.html:1.2 test20.html:1.2

Godefroid Chapelle gotcha@swing.be
Tue, 22 Jul 2003 09:29:24 -0400


Update of /cvs-repository/Zope/lib/python/TAL/tests/input
In directory cvs.zope.org:/tmp/cvs-serv30718/tests/input

Added Files:
	test19.html test20.html 
Log Message:
deny attributes being both part of tal:attributes
and having a messageid in i18n:attributes



=== Zope/lib/python/TAL/tests/input/test19.html 1.1 => 1.2 ===
--- /dev/null	Tue Jul 22 09:29:24 2003
+++ Zope/lib/python/TAL/tests/input/test19.html	Tue Jul 22 09:28:50 2003
@@ -0,0 +1,9 @@
+<input name="Delete"
+       tal:attributes="name string:delete_button"
+       i18n:attributes="name">
+
+<input name="Delete"
+       i18n:attributes="name message-id">
+
+<input i18n:attributes=" name message-id;
+                         attr input-attr ">


=== Zope/lib/python/TAL/tests/input/test20.html 1.1 => 1.2 ===
--- /dev/null	Tue Jul 22 09:29:24 2003
+++ Zope/lib/python/TAL/tests/input/test20.html	Tue Jul 22 09:28:50 2003
@@ -0,0 +1 @@
+<input name="Delete" i18n:attributes="name">