1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-19 05:43:19 +03:00

fixing #109227 providing more context in case of start/end tag mismatch

* parser.c: fixing #109227 providing more context in case of
  start/end tag mismatch
* python/tests/ctxterror.py python/tests/readererr.py: update the
  tests accordingly
Daniel
This commit is contained in:
Daniel Veillard
2003-03-27 14:55:52 +00:00
parent d9b72839b3
commit 6c5b2d3fff
4 changed files with 39 additions and 24 deletions

View File

@ -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 and a
--> (4) test1:1:Opening and ending tag mismatch: c line 0 and a
"""
err=""
def myErrorHandler(arg,msg,severity,locator):