1
0
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:
Daniel Veillard
2003-01-01 14:50:44 +00:00
parent d589614042
commit 9e395c289f
4 changed files with 70 additions and 5 deletions

View File

@ -94,6 +94,9 @@ if ret != 0:
print "test_noent: Error detecting the end"
sys.exit(1)
#
# cleanup
#
del f
del input
del reader