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:
@ -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):
|
||||
|
Reference in New Issue
Block a user