[Zope-Checkins] CVS: Zope3/lib/python/Zope/TAL/tests/input - test30.html:1.1.2.1 test31.html:1.1.2.1 test32.html:1.1.2.1

Barry Warsaw barry@wooz.org
Wed, 26 Jun 2002 18:01:31 -0400


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

Added Files:
      Tag: tal-i18n-refactor-branch
	test30.html test31.html test32.html 
Log Message:
Merging in tests from my other tree.


=== Added File Zope3/lib/python/Zope/TAL/tests/input/test30.html ===
<p i18n:translate="verify">Your contact email address is recorded as
<a href="user@host.com"
   tal:attributes="href string:mailto:${request/submitter}"
   tal:content="request/submitter"
   i18n:name="email">user@host.com</a>
</p>


=== Added File Zope3/lib/python/Zope/TAL/tests/input/test31.html ===
<p i18n:translate="verify">Your contact email address is recorded as
<span i18n:name="email">
<a href="user@host.com"
   tal:attributes="href string:mailto:${request/submitter}"
   tal:content="request/submitter">
   user@host.com</a></span>
</p>


=== Added File Zope3/lib/python/Zope/TAL/tests/input/test32.html ===
<span i18n:translate="origin">
  <span tal:content="str:Lomax" i18n:name="name" /> was born in
  <span tal:content="str:Antarctica" i18n:name="country" />.
</span>