From c1fee1556179d11f7b962ab01c9cba95b17df331 Mon Sep 17 00:00:00 2001 From: foobar Date: Sun, 7 Aug 2005 14:22:10 +0000 Subject: [PATCH] This test failed because libxml versions differ.. --- ext/xml/tests/bug26614_libxml.phpt | 14 +++++++------- 1 file 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 - 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) -- 2.40.0