php-src/ext/tidy/tests/013.phpt
2004-02-05 01:38:59 +00:00

17 lines
311 B
PHP

--TEST--
Parsing a file using constructor
--SKIPIF--
<?php if (!extension_loaded("tidy")) print "skip"; ?>
--POST--
--GET--
--INI--
--FILE--
<?php
$tidy = new tidy("ext/tidy/tests/013.html", array("show-body-only"=>true));
$tidy->cleanRepair();
echo $tidy;
?>
--EXPECT--
<b>testing</b>