Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dstogov committed Jun 25, 2007
1 parent 67a2cca commit c048170
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ext/xmlwriter/tests/007.phpt
Expand Up @@ -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>
2 changes: 1 addition & 1 deletion ext/xmlwriter/tests/OO_007.phpt
Expand Up @@ -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>

0 comments on commit c048170

Please sign in to comment.