diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2002-10-26 14:50:45 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2002-10-26 14:50:45 (GMT) |
commit | 74b51ac1e5fb76250251a66d8d326baaaf1f1cee (patch) | |
tree | 2fd291bbcbfd19c22193e1102b204989ecebeab6 /Lib/test/output | |
parent | edb6bff67fdb72718ed656d39ac71317ada37a04 (diff) | |
download | cpython-74b51ac1e5fb76250251a66d8d326baaaf1f1cee.zip cpython-74b51ac1e5fb76250251a66d8d326baaaf1f1cee.tar.gz cpython-74b51ac1e5fb76250251a66d8d326baaaf1f1cee.tar.bz2 |
Patch #613256: Add nescape method to xml.sax.saxutils.
Diffstat (limited to 'Lib/test/output')
-rw-r--r-- | Lib/test/output/test_sax | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Lib/test/output/test_sax b/Lib/test/output/test_sax index 8aa5a77..cfb56cb 100644 --- a/Lib/test/output/test_sax +++ b/Lib/test/output/test_sax @@ -29,6 +29,9 @@ Passed test_nsattrs_wattr Passed test_quoteattr_basic Passed test_single_double_quoteattr Passed test_single_quoteattr +Passed test_unescape_all +Passed test_unescape_basic +Passed test_unescape_extra Passed test_xmlgen_attr_escape Passed test_xmlgen_basic Passed test_xmlgen_content @@ -36,4 +39,4 @@ Passed test_xmlgen_content_escape Passed test_xmlgen_ignorable Passed test_xmlgen_ns Passed test_xmlgen_pi -37 tests, 0 failures +40 tests, 0 failures |