summaryrefslogtreecommitdiff
path: root/ext/tidy/tests/005.phpt
blob: d69a726c8f272eeecb753b6387b51e44c2bc505c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
--TEST--
tidy_parse_file()
--SKIPIF--
<?php if (!extension_loaded("tidy")) print "skip"; ?>
--POST--
--GET--
--INI--
--FILE--
<?php 

    tidy_parse_file("ext/tidy/tests/005.html");
    
    echo tidy_get_output();

?>
--EXPECT--
<html>
<head>
<title></title>
</head>
<body>
</body>
</html>