[Zope3-checkins] CVS: Zope3/src/zope/tal/tests/output - test16.xml:1.3
Fred L. Drake, Jr.
fred@zope.com
Thu, 20 Mar 2003 14:39:40 -0500
Update of /cvs-repository/Zope3/src/zope/tal/tests/output
In directory cvs.zope.org:/tmp/cvs-serv32626
Modified Files:
test16.xml
Log Message:
XML attribute names are case-sensitive; fix the expected output to
match what XML users expect.
=== Zope3/src/zope/tal/tests/output/test16.xml 1.2 => 1.3 ===
--- Zope3/src/zope/tal/tests/output/test16.xml:1.2 Wed Dec 25 09:15:32 2002
+++ Zope3/src/zope/tal/tests/output/test16.xml Thu Mar 20 14:39:39 2003
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<body>
-<img href="about:foo" alt="baz"/>
+<img href="foo" Alt="bar" alT="baz" Href="about:foo"/>
</body>