summaryrefslogtreecommitdiff
path: root/ext/tidy/tests/009.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/tidy/tests/009.phpt')
-rw-r--r--ext/tidy/tests/009.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/tidy/tests/009.phpt b/ext/tidy/tests/009.phpt
index 02c65df7cb..d04a684e8e 100644
--- a/ext/tidy/tests/009.phpt
+++ b/ext/tidy/tests/009.phpt
@@ -3,11 +3,11 @@ tidy_doc object overloading
--SKIPIF--
<?php if (!extension_loaded("tidy")) print "skip"; ?>
--FILE--
-<?php
-
+<?php
+
$a = tidy_parse_string("<HTML></HTML>");
echo $a;
-
+
?>
--EXPECT--
<html>