[Zope-Checkins] CVS: Zope/lib/python/TAL/tests/output - test16.xml:1.2
Fred L. Drake, Jr.
fred@zope.com
Thu, 20 Mar 2003 14:58:29 -0500
Update of /cvs-repository/Zope/lib/python/TAL/tests/output
In directory cvs.zope.org:/tmp/cvs-serv2699/tests/output
Modified Files:
test16.xml
Log Message:
XML attribute names are case-sensitive; do not lower-case them!
This corresponds to Zope 3 collector issue 129.
http://collector.zope.org/Zope3-dev/129
=== Zope/lib/python/TAL/tests/output/test16.xml 1.1 => 1.2 ===
--- Zope/lib/python/TAL/tests/output/test16.xml:1.1 Mon Dec 16 18:21:31 2002
+++ Zope/lib/python/TAL/tests/output/test16.xml Thu Mar 20 14:58:28 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>