summaryrefslogtreecommitdiff
path: root/ext/tidy/tests/010.phpt
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2011-09-07 10:14:02 +0000
committerPierre Joye <pajoye@php.net>2011-09-07 10:14:02 +0000
commite57b66393be0cac1884cf536aa367bc802c175f1 (patch)
tree0ad8b9ccf8ae21277efb9646ac352e69adc3cd40 /ext/tidy/tests/010.phpt
parentecee2129db6bef4c2c138a1dd37b923a72da52c1 (diff)
downloadphp-git-e57b66393be0cac1884cf536aa367bc802c175f1.tar.gz
- force LF (svn prop and config)
Diffstat (limited to 'ext/tidy/tests/010.phpt')
-rw-r--r--ext/tidy/tests/010.phpt12
1 files changed, 6 insertions, 6 deletions
diff --git a/ext/tidy/tests/010.phpt b/ext/tidy/tests/010.phpt
index eabbc0391f..9d5ab825a0 100644
--- a/ext/tidy/tests/010.phpt
+++ b/ext/tidy/tests/010.phpt
@@ -4,12 +4,12 @@ Accessing root, body, html, and head nodes..
<?php if (!extension_loaded("tidy")) print "skip"; ?>
--FILE--
<?php
- $a = tidy_parse_string("<HTML><BODY BGCOLOR=#FFFFFF ALINK=#000000></BODY></HTML>");
- var_dump($a->root());
- var_dump($a->body());
- var_dump($a->html());
- var_dump($a->head());
-
+$a = tidy_parse_string("<HTML><BODY BGCOLOR=#FFFFFF ALINK=#000000></BODY></HTML>", array('newline' => 'LF'));
+var_dump($a->root());
+var_dump($a->body());
+var_dump($a->html());
+var_dump($a->head());
+
?>
--EXPECT--
object(tidyNode)#2 (8) {