summaryrefslogtreecommitdiff
path: root/ext/tidy/tests/005-mb.phpt
blob: 1e5f0214631ad2b66a5ee55aba79fa8164895ecd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--TEST--
tidy_parse_file()
--SKIPIF--
<?php if (!extension_loaded("tidy")) print "skip"; ?>
--FILE--
<?php
	$a = tidy_parse_file(dirname(__FILE__)."/005私はガラスを食べられます.html");
	echo tidy_get_output($a);

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