[ZPT] CVS: Packages/TAL - test02.html:1.4 test02.xml:1.2
guido@digicool.com
guido@digicool.com
Wed, 11 Apr 2001 13:53:54 -0400 (EDT)
Update of /cvs-repository/Packages/TAL/test/output
In directory korak:/tmp/cvs-serv13655/test/output
Modified Files:
test02.html test02.xml
Log Message:
Fix tests to always expect double quotes for attributes.
--- Updated File test02.html in package Packages/TAL --
--- test02.html 2001/04/10 03:26:45 1.3
+++ test02.html 2001/04/11 17:53:52 1.4
@@ -1,6 +1,6 @@
<biztalk_1 xmlns="urn:schemas-biztalk-org:biztalk:biztalk_1">
-<foo:header xmlns:foo="whomping-willow" plain="guido" quote='"' apostrophe="'" both=""'" lt="<" gt=">" amp="&" foo="">
+<foo:header xmlns:foo="whomping-willow" plain="guido" quote=""" apostrophe="'" both=""'" lt="<" gt=">" amp="&" foo="">
<manifest>
<document>
<name>sample1</name>
--- Updated File test02.xml in package Packages/TAL --
--- test02.xml 2001/03/27 16:39:00 1.1
+++ test02.xml 2001/04/11 17:53:52 1.2
@@ -1,7 +1,7 @@
<?xml version="1.0" ?>
<biztalk_1 xmlns="urn:schemas-biztalk-org:biztalk:biztalk_1">
-<foo:header xmlns:foo="whomping-willow" plain="guido" quote='"' apostrophe="'" both=""'" lt="<" gt=">" amp="&" foo="">
+<foo:header xmlns:foo="whomping-willow" plain="guido" quote=""" apostrophe="'" both=""'" lt="<" gt=">" amp="&" foo="">
<manifest>
<document>
<name>sample1</name>