summaryrefslogtreecommitdiff
path: root/ext/tidy/tests/008.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/tidy/tests/008.phpt')
-rw-r--r--ext/tidy/tests/008.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/tidy/tests/008.phpt b/ext/tidy/tests/008.phpt
index 150b98f560..7c1c945ba0 100644
--- a/ext/tidy/tests/008.phpt
+++ b/ext/tidy/tests/008.phpt
@@ -3,7 +3,7 @@ Accessing the error buffer via $obj->error_buf...
--SKIPIF--
<?php if (!extension_loaded("tidy")) print "skip"; ?>
--FILE--
-<?php
+<?php
$a = tidy_parse_string("<HTML><asd asdf></HTML>");
echo $a->errorBuffer;
?>