015.phpt 287 B

12345678910111213
  1. --TEST--
  2. Passing configuration options through tidy_parse_file().
  3. --EXTENSIONS--
  4. tidy
  5. --FILE--
  6. <?php
  7. $tidy = tidy_parse_file(__DIR__."/015.html", array('show-body-only'=>true));
  8. tidy_clean_repair($tidy);
  9. echo tidy_get_output($tidy);
  10. ?>
  11. --EXPECT--
  12. <b>testing</b>