diff options
author | foobar <sniper@php.net> | 2005-07-31 21:18:16 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2005-07-31 21:18:16 +0000 |
commit | ac19a759b62b6eeab8d7609bb5cbb560a902e5d3 (patch) | |
tree | 01ddd977d9489f8b2817fc2ea0138f113ade5c62 | |
parent | 57be0d2ed7e4fa46a8f4224e95f74f28c63b9301 (diff) | |
download | php-git-ac19a759b62b6eeab8d7609bb5cbb560a902e5d3.tar.gz |
- Fix test.
-rwxr-xr-x | ext/xml/tests/bug26614_libxml.phpt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/xml/tests/bug26614_libxml.phpt b/ext/xml/tests/bug26614_libxml.phpt index 9abf936cd1..1485a7e02f 100755 --- a/ext/xml/tests/bug26614_libxml.phpt +++ b/ext/xml/tests/bug26614_libxml.phpt @@ -81,10 +81,10 @@ foreach ($xmls as $desc => $xml) { --EXPECT-- CDATA <DATA> at line 2, col 6 (byte 9) -</DATA> at line 9, col 8 (byte 56) +</DATA> at line 9, col 7 (byte 56) Comment <DATA> at line 2, col 6 (byte 9) -</DATA> at line 9, col 8 (byte 56) +</DATA> at line 9, col 7 (byte 56) Text <DATA> at line 2, col 6 (byte 9) -</DATA> at line 9, col 8 (byte 56) +</DATA> at line 9, col 10 (byte 56) |