From: foobar Date: Sun, 7 Aug 2005 14:22:10 +0000 (+0000) Subject: This test failed because libxml versions differ.. X-Git-Tag: BEFORE_UNICODE_MERGE~58 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c1fee1556179d11f7b962ab01c9cba95b17df331;p=php This test failed because libxml versions differ.. --- 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 - at line 2, col 6 (byte 9) - at line 9, col 7 (byte 56) + at line 2, col %d (byte 9) + at line 9, col %d (byte 56) Comment - at line 2, col 6 (byte 9) - at line 9, col 7 (byte 56) + at line 2, col %d (byte 9) + at line 9, col %d (byte 56) Text - at line 2, col 6 (byte 9) - at line 9, col 10 (byte 56) + at line 2, col %d (byte 9) + at line 9, col %d (byte 56)