diff options
-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) |