summaryrefslogtreecommitdiff
path: root/ext/xml/tests
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2005-08-07 14:22:10 +0000
committerfoobar <sniper@php.net>2005-08-07 14:22:10 +0000
commitc1fee1556179d11f7b962ab01c9cba95b17df331 (patch)
tree613d26e2c050ed652262bb0ed31adb453d857a7b /ext/xml/tests
parent46854447c595ab7535c742d7ca3ae84db170b8ad (diff)
downloadphp-git-c1fee1556179d11f7b962ab01c9cba95b17df331.tar.gz
This test failed because libxml versions differ..
Diffstat (limited to 'ext/xml/tests')
-rwxr-xr-xext/xml/tests/bug26614_libxml.phpt14
1 files changed, 7 insertions, 7 deletions
diff --git a/ext/xml/tests/bug26614_libxml.phpt b/ext/xml/tests/bug26614_libxml.phpt
index 1485a7e02f..645bf7e759 100755
--- a/ext/xml/tests/bug26614_libxml.phpt
+++ b/ext/xml/tests/bug26614_libxml.phpt
@@ -78,13 +78,13 @@ foreach ($xmls as $desc => $xml) {
xml_parser_free($xml_parser);
}
?>
---EXPECT--
+--EXPECTF--
CDATA
-<DATA> at line 2, col 6 (byte 9)
-</DATA> at line 9, col 7 (byte 56)
+<DATA> at line 2, col %d (byte 9)
+</DATA> at line 9, col %d (byte 56)
Comment
-<DATA> at line 2, col 6 (byte 9)
-</DATA> at line 9, col 7 (byte 56)
+<DATA> at line 2, col %d (byte 9)
+</DATA> at line 9, col %d (byte 56)
Text
-<DATA> at line 2, col 6 (byte 9)
-</DATA> at line 9, col 10 (byte 56)
+<DATA> at line 2, col %d (byte 9)
+</DATA> at line 9, col %d (byte 56)