]> granicus.if.org Git - php/commitdiff
fix test
authorAntony Dovgal <tony2001@php.net>
Sun, 6 Aug 2006 20:17:51 +0000 (20:17 +0000)
committerAntony Dovgal <tony2001@php.net>
Sun, 6 Aug 2006 20:17:51 +0000 (20:17 +0000)
ext/simplexml/tests/bug38354.phpt

index 8b3b2a2a610102aa7a1de3c0f9c9d2057b5b61fc..d2fcde11c2e4976760a7dcb8d1a778d3e4cd8a91 100644 (file)
@@ -23,8 +23,6 @@ string(101) "<?xml version="1.0"?>
        <a href="javascript:alert('1');"><strong>Item Two</strong></a>
 </code>
 "
-string(66) "<a href="javascript:alert('1');">
-  <strong>Item Two</strong>
-</a>"
+string(62) "<a href="javascript:alert('1');"><strong>Item Two</strong></a>"
 string(25) "<strong>Item Two</strong>"
 Done