[Zope-Checkins] CVS: Zope/lib/python/Products/PageTemplates/tests/input - CheckI18nTranslate.html:1.2.2.1 CheckI18nTranslateHooked.html:1.2.2.1 CheckUnicodeInserts.html:1.2.2.1

Chris McDonough chrism@zope.com
Sat, 28 Sep 2002 21:40:34 -0400


Update of /cvs-repository/Zope/lib/python/Products/PageTemplates/tests/input
In directory cvs.zope.org:/tmp/cvs-serv16902/lib/python/Products/PageTemplates/tests/input

Added Files:
      Tag: chrism-install-branch
	CheckI18nTranslate.html CheckI18nTranslateHooked.html 
	CheckUnicodeInserts.html 
Log Message:
Merge chrism-install-branch with head.  Apologies for the spew.


=== Added File Zope/lib/python/Products/PageTemplates/tests/input/CheckI18nTranslate.html ===
<html>
<body>
<head>
   <p i18n:translate="foobar">baz</p>
</head>
</body>
</html>


=== Added File Zope/lib/python/Products/PageTemplates/tests/input/CheckI18nTranslateHooked.html ===
<html>
<body>
<head>
   <p i18n:domain="foo" i18n:translate="bar">baz</p>
</head>
</body>
</html>


=== Added File Zope/lib/python/Products/PageTemplates/tests/input/CheckUnicodeInserts.html ===
<html>
<body>
<head>
   <p tal:content="python:u'e acute=\xe9'">e acute here</p>
</head>
</body>
</html>