[ZPT] CVS: Zope3/lib/python/Zope/TAL/tests/input - test21.html:1.1.2.1 test22.html:1.1.2.1
   
    Barry Warsaw
     
    barry@wooz.org
       
    Mon, 10 Jun 2002 15:57:52 -0400
    
    
  
Update of /cvs-repository/Zope3/lib/python/Zope/TAL/tests/input
In directory cvs.zope.org:/tmp/cvs-serv13672/lib/python/Zope/TAL/tests/input
Added Files:
      Tag: fdrake-tal-i18n-branch
	test21.html test22.html 
Log Message:
Added some tests for i18n:name support, both with and without
tal:replace attributes in the same tag.
=== Added File Zope3/lib/python/Zope/TAL/tests/input/test21.html ===
<span i18n:translate="">
  <span tal:replace="str:Lomax" i18n:name="name" /> was born in
  <span tal:replace="str:Antarctica" i18n:name="country" />.
</span>
=== Added File Zope3/lib/python/Zope/TAL/tests/input/test22.html ===
<span i18n:translate="">
  <span i18n:name="name"><b>Jim</b></span> was born in
  <span i18n:name="country">the USA</span>.
</span>