summaryrefslogtreecommitdiff
path: root/ext/tidy/tests/006.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/tidy/tests/006.phpt')
-rw-r--r--ext/tidy/tests/006.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/tidy/tests/006.phpt b/ext/tidy/tests/006.phpt
index a36006f346..5ca856075d 100644
--- a/ext/tidy/tests/006.phpt
+++ b/ext/tidy/tests/006.phpt
@@ -4,8 +4,8 @@ Verbose tidy_get_error_buffer()
<?php if (!extension_loaded("tidy")) print "skip"; ?>
--FILE--
<?php
- $a = tidy_parse_string("<HTML><asd asdf></HTML>");
- echo tidy_get_error_buffer($a);
+ $a = tidy_parse_string("<HTML><asd asdf></HTML>");
+ echo tidy_get_error_buffer($a);
?>
--EXPECT--