--TEST--
libtidy handling of 'new-blocklevel-tags'
--SKIPIF--
--FILE--
';
$config = array(
'new-blocklevel-tags' => 'wps:block,wps:var,wps:value'
);
$tidy = tidy_parse_string($contents, $config, 'utf8');
$tidy->cleanRepair();
var_dump($tidy->value);
?>
--EXPECT--
string(117) "
"