php-src/ext/tidy/tests/005.phpt

23 lines
290 B
Plaintext
Raw Normal View History

2003-08-01 00:22:43 +00:00
--TEST--
tidy_parse_file()
--SKIPIF--
<?php if (!extension_loaded("tidy")) print "skip"; ?>
2003-08-01 00:22:43 +00:00
--POST--
--GET--
--INI--
--FILE--
<?php
tidy_parse_file("ext/tidy/tests/005.html");
2003-08-01 00:22:43 +00:00
echo tidy_get_output();
2003-08-01 00:22:43 +00:00
?>
--EXPECT--
<html>
<head>
<title></title>
</head>
<body>
</body>
</html>