Browse Source

Fixed test.

PHP-5.0
Ilia Alshanetsky 23 years ago
parent
commit
be901ebeaf
  1. 4
      ext/tidy/tests/008.phpt

4
ext/tidy/tests/008.phpt

@ -7,10 +7,8 @@ Accessing the error buffer via $obj->error_buf...
--INI--
--FILE--
<?php
$a = tidy_parse_string("<HTML><asd asdf></HTML>");
echo $a->error_buf;
echo $a->errorBuffer;
?>
--EXPECT--
line 1 column 1 - Warning: missing <!DOCTYPE> declaration

Loading…
Cancel
Save