[Zope3-checkins] CVS: Zope3/src/zope/tal/tests/output - test34.html:1.2
Fred L. Drake, Jr.
fred@zope.com
Mon, 7 Apr 2003 13:02:23 -0400
Update of /cvs-repository/Zope3/src/zope/tal/tests/output
In directory cvs.zope.org:/tmp/cvs-serv13658/tests/output
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/output/test34.html 1.1 => 1.2 ===
--- Zope3/src/zope/tal/tests/output/test34.html:1.1 Thu Apr 3 14:42:08 2003
+++ Zope3/src/zope/tal/tests/output/test34.html Mon Apr 7 13:02:22 2003
@@ -1 +1,7 @@
-<span>stuff foobar more stuff</span>
+<span>
+ stuff
+ foobar
+ more stuff
+</span>
+
+<span>STUFF foobar MORE STUFF</span>