[ZPT] CVS: Zope/lib/python/TAL/tests/input - test19.html:1.1.6.1 test20.html:1.1.6.1 test21.html:1.1.6.1 test22.html:1.1.6.1 test23.html:1.1.2.1 test24.html:1.1.2.1 test25.html:1.1.2.1 test26.html:1.1.2.1 test27.html:1.1.2.1 test28.html:1.1.2.1 test29.html:1.1.2.1 test30.html:1.1.2.1 test31.html:1.1.2.1 test32.html:1.1.2.1
Fred L. Drake, Jr.
fdrake@acm.org
Tue, 24 Sep 2002 15:36:55 -0400
Update of /cvs-repository/Zope/lib/python/TAL/tests/input
In directory cvs.zope.org:/tmp/cvs-serv29360/input
Added Files:
Tag: Zope-2_6-branch
test19.html test20.html test21.html test22.html test23.html
test24.html test25.html test26.html test27.html test28.html
test29.html test30.html test31.html test32.html
Log Message:
Add tests 19-32 (mostly I18N tests). These all pass, but had not been
included in the backport of the I18N feature.
=== Added File Zope/lib/python/TAL/tests/input/test19.html ===
<span i18n:translate="">Replace this</span>
<span i18n:translate="msgid">This is a
translated string</span>
<span i18n:translate="">And another
translated string</span>
=== Added File Zope/lib/python/TAL/tests/input/test20.html ===
<span i18n:translate="">replaceable <p tal:replace="str:here">content</p></span>
=== Added File Zope/lib/python/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 Zope/lib/python/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>
=== Added File Zope/lib/python/TAL/tests/input/test23.html ===
<span i18n:data="here/currentTime"
i18n:translate="timefmt">2:32 pm</span>
=== Added File Zope/lib/python/TAL/tests/input/test24.html ===
<input name="Delete"
tal:attributes="name string:delete_button"
i18n:attributes="name">
=== Added File Zope/lib/python/TAL/tests/input/test25.html ===
<input name="Delete" i18n:attributes="name">
=== Added File Zope/lib/python/TAL/tests/input/test26.html ===
<span i18n:translate="jobnum">
Job #<span tal:replace="context/@@object_name"
i18n:name="jobnum">NN</span></span>
=== Added File Zope/lib/python/TAL/tests/input/test27.html ===
<p i18n:translate="verify">Your contact email address is recorded as
<a href="mailto:user@example.com"
tal:content="request/submitter"
i18n:name="email">user@host.com</a>
</p>
=== Added File Zope/lib/python/TAL/tests/input/test28.html ===
<p i18n:translate="verify">Your contact email address is recorded as
<span i18n:name="email">
<a href="mailto:user@example.com"
tal:content="request/submitter">user@host.com</a></span>
</p>
=== Added File Zope/lib/python/TAL/tests/input/test29.html ===
At the tone the time will be
<span i18n:data="here/currentTime"
i18n:translate="timefmt"
i18n:name="time">2:32 pm</span>... beep!
=== Added File Zope/lib/python/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 Zope/lib/python/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 Zope/lib/python/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>