[Zope3-checkins] CVS: Zope3/src/zope/tal/tests/input - test34.html:1.2
Fred L. Drake, Jr.
fred@zope.com
Mon, 7 Apr 2003 13:02:53 -0400
Update of /cvs-repository/Zope3/src/zope/tal/tests/input
In directory cvs.zope.org:/tmp/cvs-serv13658/tests/input
Modified Files:
test34.html
Log Message:
When determining a msgid from a default value, normalize the whitespace
only for the msgid, not the default value. This corrects a bogus treatment
of the default value in the implementation.
=== Zope3/src/zope/tal/tests/input/test34.html 1.1 => 1.2 ===
--- Zope3/src/zope/tal/tests/input/test34.html:1.1 Thu Apr 3 14:42:08 2003
+++ Zope3/src/zope/tal/tests/input/test34.html Mon Apr 7 13:02:22 2003
@@ -3,3 +3,9 @@
<span tal:replace="string:foobar" i18n:name="longname" />
more stuff
</span>
+
+<span i18n:translate="">
+ stuff
+ <span tal:replace="string:foobar" i18n:name="longname" />
+ more stuff
+</span>