iliaa Sat Feb 24 15:35:04 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/tidy/tests 024.phpt
Log:
Fixed test to work with new version of libtidy that strips spaces
http://cvs.php.net/viewvc.cgi/php-src/ext/tidy/tests/024.phpt?r1=1.1.2.1&r2=1.1.2.2&diff_format=u
Index: php-src/ext/tidy/tests/024.phpt
diff -u php-src/ext/tidy/tests/024.phpt:1.1.2.1
php-src/ext/tidy/tests/024.phpt:1.1.2.2
--- php-src/ext/tidy/tests/024.phpt:1.1.2.1 Sat Jan 20 12:50:19 2007
+++ php-src/ext/tidy/tests/024.phpt Sat Feb 24 15:35:04 2007
@@ -27,15 +27,13 @@
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>"
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php