diff options
author | Mike Hommey <glandium@debian.org> | 2009-09-10 22:10:39 +0200 |
---|---|---|
committer | Mike Hommey <glandium@debian.org> | 2009-09-10 22:10:39 +0200 |
commit | c3e4f3c26035bc93a69e5aa2ad435809e8be8a4e (patch) | |
tree | e65557c2e042fe8a77635b0548db10ad97bc1bfe /python/tests/readererr.py | |
parent | e248b20a3b7df364cc9617b8685b4c190338bcd2 (diff) | |
download | libxml2-c3e4f3c26035bc93a69e5aa2ad435809e8be8a4e.tar.gz |
Import upstream version 2.7.4upstream/2.7.4.dfsg
Diffstat (limited to 'python/tests/readererr.py')
-rw-r--r-- | python/tests/readererr.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tests/readererr.py b/python/tests/readererr.py index ab8eb18..0dad36e 100644 --- a/python/tests/readererr.py +++ b/python/tests/readererr.py @@ -10,7 +10,7 @@ import sys libxml2.debugMemory(1) expect="""--> (3) test1:1:xmlns: URI foo is not absolute ---> (4) test1:1:Opening and ending tag mismatch: c line 0 and a +--> (4) test1:1:Opening and ending tag mismatch: c line 1 and a """ err="" def myErrorHandler(arg,msg,severity,locator): |