Browse Source

Fix bug #62066 Test Bug - ext/tidy/tests/004.phpt

pull/90/head
Matt Ficken 14 years ago
committed by Anatoliy Belsky
parent
commit
c973fef48d
  1. 2
      ext/tidy/tests/004.phpt

2
ext/tidy/tests/004.phpt

@ -6,7 +6,7 @@ tidy_diagnose()
<?php
$a = tidy_parse_string('<HTML></HTML>');
var_dump(tidy_diagnose($a));
echo tidy_get_error_buffer($a);
echo str_replace("\r", "", tidy_get_error_buffer($a));
$html = <<< HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">

Loading…
Cancel
Save