summaryrefslogtreecommitdiff
path: root/ext/tidy/tests/012.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/tidy/tests/012.phpt')
-rw-r--r--ext/tidy/tests/012.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/tidy/tests/012.phpt b/ext/tidy/tests/012.phpt
index e86aa6c45c..eae6eca44c 100644
--- a/ext/tidy/tests/012.phpt
+++ b/ext/tidy/tests/012.phpt
@@ -28,7 +28,7 @@ Accessing children nodes
$a = tidy_parse_string("<HTML><BODY BGCOLOR=#FFFFFF ALINK=#000000><B>Hi</B><I>Bye<U>Test</U></I></BODY></HTML>", array('newline' => 'LF'));
$html = $a->html();
dump_nodes($html);
-
+
?>
--EXPECTF--
bool(true)