summaryrefslogtreecommitdiff
path: root/ext/tidy/tests/010.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/tidy/tests/010.phpt')
-rw-r--r--ext/tidy/tests/010.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/tidy/tests/010.phpt b/ext/tidy/tests/010.phpt
index 695e1c9ce5..42a8676ff6 100644
--- a/ext/tidy/tests/010.phpt
+++ b/ext/tidy/tests/010.phpt
@@ -3,7 +3,7 @@ Accessing root, body, html, and head nodes..
--SKIPIF--
<?php if (!extension_loaded("tidy")) print "skip"; ?>
--FILE--
-<?php
+<?php
$a = tidy_parse_string("<HTML><BODY BGCOLOR=#FFFFFF ALINK=#000000></BODY></HTML>", array('newline' => 'LF'));
var_dump($a->root());
var_dump($a->body());