Skip to content

Commit b547130

Browse files
committed
Fix test GH-16535 for libxml2 2.14
1 parent 239b01d commit b547130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/dom/tests/gh16535.phpt

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ try {
1414
} catch (DOMException $e) {
1515
echo $e->getMessage(), "\n";
1616
}
17-
$v2->loadHTML("oU");
17+
$v2->loadHTML("<p>oU</p>");
1818
echo $v2->saveXML();
1919

2020
?>

0 commit comments

Comments
 (0)