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

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


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

Added Files:
      Tag: Zope-2_7-branch
	test19.html test20.html 
Log Message:
deny attributes being both part of tal:attributes
and having a messageid in i18n:attributes



=== Added File Zope/lib/python/TAL/tests/input/test19.html ===
<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 ">


=== Added File Zope/lib/python/TAL/tests/input/test20.html ===
<input name="Delete" i18n:attributes="name">