Browse Source

Fixed test to work with new version of libtidy that strips spaces

experimental/5.2-WITH_DRCP
Ilia Alshanetsky 20 years ago
parent
commit
44aefd1ea0
  1. 10
      ext/tidy/tests/024.phpt

10
ext/tidy/tests/024.phpt

@ -27,15 +27,13 @@ $tidy->cleanRepair();
var_dump($tidy->value);
?>
--EXPECT--
string(117) "<html>
--EXPECTF--
string(11%d) "<html>
<head>
<title></title>
</head>
<body>
<wps:block>
<wps:var>
<wps:value></wps:var>
</wps:block>
<wps:block>%w<wps:var>
<wps:value></wps:var>%w</wps:block>
</body>
</html>"
Loading…
Cancel
Save