From c0d4e72a684a1ceb69ad5e28dfdf2e0694055c93 Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Thu, 20 Oct 2016 16:02:37 +0200 Subject: [PATCH] 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 --- ext/dom/tests/dom005.phpt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.50.1