summaryrefslogtreecommitdiff
path: root/ext/simplexml
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2006-08-06 20:17:51 +0000
committerAntony Dovgal <tony2001@php.net>2006-08-06 20:17:51 +0000
commitb9b19846460520cfee0bb3ec20340f2ebd64acac (patch)
tree6dc3bf5cc8c377778cdee448e9031f9f6c27da9d /ext/simplexml
parent1a58ec5156a7fbf627a2b49dc4ab6294fc9f1899 (diff)
downloadphp-git-b9b19846460520cfee0bb3ec20340f2ebd64acac.tar.gz
fix test
Diffstat (limited to 'ext/simplexml')
-rw-r--r--ext/simplexml/tests/bug38354.phpt4
1 files changed, 1 insertions, 3 deletions
diff --git a/ext/simplexml/tests/bug38354.phpt b/ext/simplexml/tests/bug38354.phpt
index 8b3b2a2a61..d2fcde11c2 100644
--- a/ext/simplexml/tests/bug38354.phpt
+++ b/ext/simplexml/tests/bug38354.phpt
@@ -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