mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-17 18:21:05 +03:00
fixed another validity checking in external parsed entities raised by
* xmlreader.c python/tests/reader2.py: fixed another validity checking in external parsed entities raised by Stphane Bidoul and added a specific regression test. * python/tests/reader3.py: cleanup Daniel
This commit is contained in:
@ -94,6 +94,9 @@ if ret != 0:
|
||||
print "test_noent: Error detecting the end"
|
||||
sys.exit(1)
|
||||
|
||||
#
|
||||
# cleanup
|
||||
#
|
||||
del f
|
||||
del input
|
||||
del reader
|
||||
|
Reference in New Issue
Block a user