From c973fef48d6302b9bcec898de8e39d8d7e23adef Mon Sep 17 00:00:00 2001 From: Matt Ficken Date: Mon, 21 May 2012 12:51:24 +0200 Subject: Fix bug #62066 Test Bug - ext/tidy/tests/004.phpt --- ext/tidy/tests/004.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/tidy') diff --git a/ext/tidy/tests/004.phpt b/ext/tidy/tests/004.phpt index 7ca17c6d95..d13c37dcd8 100644 --- a/ext/tidy/tests/004.phpt +++ b/ext/tidy/tests/004.phpt @@ -6,7 +6,7 @@ tidy_diagnose() '); var_dump(tidy_diagnose($a)); -echo tidy_get_error_buffer($a); +echo str_replace("\r", "", tidy_get_error_buffer($a)); $html = <<< HTML -- cgit v1.2.1