diff options
author | Lars Gustäbel <lars@gustaebel.de> | 2000-09-24 20:19:45 (GMT) |
---|---|---|
committer | Lars Gustäbel <lars@gustaebel.de> | 2000-09-24 20:19:45 (GMT) |
commit | e292a24589c4eb31c2b0a0cc45f58c3abd0ffc1b (patch) | |
tree | 1b194ae63bc189cba2f8473de3a14059b614e273 /Lib/test/output/test_sax | |
parent | bc1c1c98eb360e549663b1440a9c4f3d99d1d919 (diff) | |
download | cpython-e292a24589c4eb31c2b0a0cc45f58c3abd0ffc1b.zip cpython-e292a24589c4eb31c2b0a0cc45f58c3abd0ffc1b.tar.gz cpython-e292a24589c4eb31c2b0a0cc45f58c3abd0ffc1b.tar.bz2 |
Added EntityResolver and DTDHandler (patch 101631) with test cases.
Diffstat (limited to 'Lib/test/output/test_sax')
-rw-r--r-- | Lib/test/output/test_sax | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Lib/test/output/test_sax b/Lib/test/output/test_sax index 19aa71c..53c5f97 100644 --- a/Lib/test/output/test_sax +++ b/Lib/test/output/test_sax @@ -6,6 +6,8 @@ Passed test_escape_basic Passed test_escape_extra Passed test_expat_attrs_empty Passed test_expat_attrs_wattr +Passed test_expat_dtdhandler +Passed test_expat_entityresolver Passed test_expat_inpsource_filename Passed test_expat_inpsource_stream Passed test_expat_inpsource_sysid @@ -20,4 +22,4 @@ Passed test_xmlgen_content_escape Passed test_xmlgen_ignorable Passed test_xmlgen_ns Passed test_xmlgen_pi -21 tests, 0 failures +23 tests, 0 failures |