From: Kalle Sommer Nielsen Date: Thu, 20 Oct 2016 14:02:37 +0000 (+0200) Subject: Revert "Fix test, this is kinda ugly, but at least for me on Windows there seems... X-Git-Tag: php-7.2.0alpha1~1059 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c0d4e72a684a1ceb69ad5e28dfdf2e0694055c93;p=php Revert "Fix test, this is kinda ugly, but at least for me on Windows there seems to be some messed up line endings" This reverts commit aeeaedeeb7bdf7df3f0885a62e8d317762e88bf8. This seems to make Travis unhappy (shocker), so revert for now until we find a better fix --- diff --git a/ext/dom/tests/dom005.phpt b/ext/dom/tests/dom005.phpt index 3766df08c0..715aec4024 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); } ---EXPECTF-- +--EXPECT-- --- save as XML -Hello world%s -This is a not well-formed
%s -html files with undeclared entities %s +Hello world +This is a not well-formed
+html files with undeclared entities  --- save as HTML