mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-29 11:41:22 +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 libxml2
|
||||
libxml2.debugMemory(1)
|
||||
|
||||
expect="""--> (3) xmlns: URI foo is not absolute
|
||||
--> (4) Opening and ending tag mismatch: x and y
|
||||
--> (4) Opening and ending tag mismatch: x line 0 and y
|
||||
"""
|
||||
|
||||
err=""
|
||||
|
Reference in New Issue
Block a user