Skip to content

Commit c973fef

Browse files
Matt Fickenweltling
Matt Ficken
authored andcommitted
Fix bug #62066 Test Bug - ext/tidy/tests/004.phpt
1 parent 645d65f commit c973fef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/tidy/tests/004.phpt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ tidy_diagnose()
66
<?php
77
$a = tidy_parse_string('<HTML></HTML>');
88
var_dump(tidy_diagnose($a));
9-
echo tidy_get_error_buffer($a);
9+
echo str_replace("\r", "", tidy_get_error_buffer($a));
1010

1111
$html = <<< HTML
1212
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">

0 commit comments

Comments
 (0)