Skip to content

Commit 17aa3ed

Browse files
committed
Fix DOM bug test case
The behaviour now displayed seems correct compared to the previous one
1 parent d087e02 commit 17aa3ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/dom/tests/bug47849.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ echo $aDOM->saveXML();
1919
?>
2020
--EXPECT--
2121
<?xml version="1.0"?>
22-
<r:root xmlns:r="urn::root"><data xmlns="urn::data"/></r:root>
22+
<r:root xmlns:r="urn::root"><data xmlns="urn::data">aaa</data></r:root>

0 commit comments

Comments
 (0)