diff options
| author | foobar <sniper@php.net> | 2005-08-07 14:22:10 +0000 |
|---|---|---|
| committer | foobar <sniper@php.net> | 2005-08-07 14:22:10 +0000 |
| commit | c1fee1556179d11f7b962ab01c9cba95b17df331 (patch) | |
| tree | 613d26e2c050ed652262bb0ed31adb453d857a7b /ext/xml/tests | |
| parent | 46854447c595ab7535c742d7ca3ae84db170b8ad (diff) | |
| download | php-git-c1fee1556179d11f7b962ab01c9cba95b17df331.tar.gz | |
This test failed because libxml versions differ..
Diffstat (limited to 'ext/xml/tests')
| -rwxr-xr-x | ext/xml/tests/bug26614_libxml.phpt | 14 |
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) |
