[Zope3-checkins]
SVN: Zope3/branches/gintautasm-zpt-i18n-struct-bug/src/zope/tal/tests/
Adding the tests that provoke the ZPT i18n bug.
Gintautas Miliauskas
gintas at pov.lt
Fri Jun 11 13:50:42 EDT 2004
Log message for revision 25360:
Adding the tests that provoke the ZPT i18n bug.
-=-
Added: Zope3/branches/gintautasm-zpt-i18n-struct-bug/src/zope/tal/tests/input/test36.html
===================================================================
--- Zope3/branches/gintautasm-zpt-i18n-struct-bug/src/zope/tal/tests/input/test36.html 2004-06-11 17:46:41 UTC (rev 25359)
+++ Zope3/branches/gintautasm-zpt-i18n-struct-bug/src/zope/tal/tests/input/test36.html 2004-06-11 17:50:42 UTC (rev 25360)
@@ -0,0 +1,5 @@
+<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>
Property changes on: Zope3/branches/gintautasm-zpt-i18n-struct-bug/src/zope/tal/tests/input/test36.html
___________________________________________________________________
Name: svn:eol-style
+ native
Added: Zope3/branches/gintautasm-zpt-i18n-struct-bug/src/zope/tal/tests/output/test36.html
===================================================================
--- Zope3/branches/gintautasm-zpt-i18n-struct-bug/src/zope/tal/tests/output/test36.html 2004-06-11 17:46:41 UTC (rev 25359)
+++ Zope3/branches/gintautasm-zpt-i18n-struct-bug/src/zope/tal/tests/output/test36.html 2004-06-11 17:50:42 UTC (rev 25360)
@@ -0,0 +1,2 @@
+<foo>
+<span><foo> <bar /></span>
Property changes on: Zope3/branches/gintautasm-zpt-i18n-struct-bug/src/zope/tal/tests/output/test36.html
___________________________________________________________________
Name: svn:eol-style
+ native
More information about the Zope3-Checkins
mailing list