[Zope-Checkins] CVS: Zope/lib/python/TAL/tests/input - test16.xml:1.2
Fred L. Drake, Jr.
fred@zope.com
Thu, 20 Mar 2003 14:58:58 -0500
Update of /cvs-repository/Zope/lib/python/TAL/tests/input
In directory cvs.zope.org:/tmp/cvs-serv2699/tests/input
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/input/test16.xml 1.1 => 1.2 ===
--- Zope/lib/python/TAL/tests/input/test16.xml:1.1 Mon Dec 16 18:21:31 2002
+++ Zope/lib/python/TAL/tests/input/test16.xml Thu Mar 20 14:58:28 2003
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<body xmlns:tal="http://xml.zope.org/namespaces/tal">
-<img href="foo" Alt="bar"
+<ImG href="foo" Alt="bar"
tal:attributes="Href string:about:foo;alT string:baz" />
</body>