013.phpt 235 B

12345678910111213
  1. --TEST--
  2. Parsing a file using constructor
  3. --EXTENSIONS--
  4. tidy
  5. --FILE--
  6. <?php
  7. $tidy = new tidy(__DIR__."/013.html", array("show-body-only"=>true));
  8. $tidy->cleanRepair();
  9. echo $tidy;
  10. ?>
  11. --EXPECT--
  12. <b>testing</b>