[Zope3-checkins] CVS: Zope3/lib/python/Zope/TAL/tests/input - test16.xml:1.2
Jim Fulton
jim@zope.com
Wed, 18 Dec 2002 18:13:56 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/TAL/tests/input
In directory cvs.zope.org:/tmp/cvs-serv23206/tests/input
Modified Files:
test16.xml
Log Message:
Fixed DOS line ending that caused a test to fail. :(
=== Zope3/lib/python/Zope/TAL/tests/input/test16.xml 1.1 => 1.2 ===
--- Zope3/lib/python/Zope/TAL/tests/input/test16.xml:1.1 Tue Dec 17 05:20:30 2002
+++ Zope3/lib/python/Zope/TAL/tests/input/test16.xml Wed Dec 18 18:13:55 2002
@@ -1,7 +1,7 @@
-<?xml version="1.0"?>
-<body xmlns:tal="http://xml.zope.org/namespaces/tal">
-
-<img href="foo" Alt="bar"
- tal:attributes="Href string:about:foo;alT string:baz" />
-
-</body>
+<?xml version="1.0"?>
+<body xmlns:tal="http://xml.zope.org/namespaces/tal">
+
+<img href="foo" Alt="bar"
+ tal:attributes="Href string:about:foo;alT string:baz" />
+
+</body>