[Zope-Checkins] CVS: Packages/TAL/tests/input - test36.html:1.1.2.1

Fred L. Drake, Jr. fred at zope.com
Tue Jul 13 14:15:06 EDT 2004


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

Added Files:
      Tag: Zope-2_7-branch
	test36.html 
Log Message:
Fix for issue 233 in the Zope 3 collector.
This corresponds to the Hotfix_2004-07-13 product.


=== Added File Packages/TAL/tests/input/test36.html ===
<span tal:replace="string:<foo>" />
<span i18n:translate="">
  <span tal:replace="string:<foo>" i18n:name="name1" />
  <span tal:replace="structure string:<bar />" i18n:name="name2" />
  <span i18n:name="name3"><b>some</b> <i>text</i></span>
</span>



More information about the Zope-Checkins mailing list