1
0
mirror of https://github.com/php/php-src.git synced 2026-04-26 09:28:21 +02:00

Fixed tests

This commit is contained in:
Dmitry Stogov
2007-06-25 06:46:15 +00:00
parent 5afb202cd1
commit 6d93257d0e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ print $output;
--EXPECT--
<?xml version="1.0" encoding="UTF-8"?>
<root>
<ns1:child1 xmlns:ns1="urn:ns1" ns1:att1="a&amp;b" xmlns:ns1="urn:ns1" att2="double&quot; single'" ns1:att2="&lt;&gt;&quot;'&amp;" xmlns:ns1="urn:ns1">
<ns1:child1 ns1:att1="a&amp;b" att2="double&quot; single'" ns1:att2="&lt;&gt;&quot;'&amp;" xmlns:ns1="urn:ns1">
<chars>special characters: &lt;&gt;&quot;'&amp;</chars>
</ns1:child1>
</root>
+1 -1
View File
@@ -33,7 +33,7 @@ print $output;
--EXPECT--
<?xml version="1.0" encoding="UTF-8"?>
<root>
<ns1:child1 xmlns:ns1="urn:ns1" ns1:att1="a&amp;b" xmlns:ns1="urn:ns1" att2="double&quot; single'" ns1:att2="&lt;&gt;&quot;'&amp;" xmlns:ns1="urn:ns1">
<ns1:child1 ns1:att1="a&amp;b" att2="double&quot; single'" ns1:att2="&lt;&gt;&quot;'&amp;" xmlns:ns1="urn:ns1">
<chars>special characters: &lt;&gt;&quot;'&amp;</chars>
</ns1:child1>
</root>