diff options
Diffstat (limited to 'ext/simplexml')
| -rw-r--r-- | ext/simplexml/tests/bug38354.phpt | 4 |
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 |
