diff --git a/ext/dom/tests/dom005.phpt b/ext/dom/tests/dom005.phpt index 715aec4024c..3766df08c01 100644 --- a/ext/dom/tests/dom005.phpt +++ b/ext/dom/tests/dom005.phpt @@ -17,13 +17,13 @@ function adjustDoctype($xml) { return str_replace(array("DOCTYPE HTML",'

','

'),array("DOCTYPE html",'',''),$xml); } ---EXPECT-- +--EXPECTF-- --- save as XML -Hello world -This is a not well-formed
-html files with undeclared entities  +Hello world%s +This is a not well-formed
%s +html files with undeclared entities %s --- save as HTML