summaryrefslogtreecommitdiff
path: root/ext/tidy/tests/015.phpt
blob: d553ca7aeb50aea3886aeece5d4d39bf08efc1b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--TEST--
Passing configuration options through tidy_parse_file().
--SKIPIF--
<?php if (!extension_loaded("tidy")) print "skip"; ?>
--POST--
--GET--
--INI--
--FILE--
<?php
        $tidy = tidy_parse_file("ext/tidy/tests/015.html", array('show-body-only'=>true));
    	tidy_clean_repair($tidy);
    	echo tidy_get_output($tidy);
            
?>
--EXPECT--
<b>testing</b>