diff options
author | Fred Drake <fdrake@acm.org> | 2001-07-19 16:10:15 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-07-19 16:10:15 (GMT) |
commit | acd32d3be542987078c65a8a34d7844cfa7ebbe8 (patch) | |
tree | e3ff8c129dd9cc8d18a9cdf06b0fab20943554bb /Lib/test/output | |
parent | 3c033230ec2f81c9d61ba1b1f19a99f8bf4f4bd3 (diff) | |
download | cpython-acd32d3be542987078c65a8a34d7844cfa7ebbe8.zip cpython-acd32d3be542987078c65a8a34d7844cfa7ebbe8.tar.gz cpython-acd32d3be542987078c65a8a34d7844cfa7ebbe8.tar.bz2 |
Added function xml.sax.saxutils.quoteattr().
This closes SF bug #440351. It should not be moved to Python 2.1.1.
Diffstat (limited to 'Lib/test/output')
-rw-r--r-- | Lib/test/output/test_sax | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Lib/test/output/test_sax b/Lib/test/output/test_sax index de49c80..b14cf94 100644 --- a/Lib/test/output/test_sax +++ b/Lib/test/output/test_sax @@ -1,6 +1,7 @@ test_sax Passed test_attrs_empty Passed test_attrs_wattr +Passed test_double_quoteattr Passed test_escape_all Passed test_escape_basic Passed test_escape_extra @@ -25,10 +26,13 @@ Passed test_make_parser Passed test_make_parser2 Passed test_nsattrs_empty Passed test_nsattrs_wattr +Passed test_quoteattr_basic +Passed test_single_double_quoteattr +Passed test_single_quoteattr Passed test_xmlgen_basic Passed test_xmlgen_content Passed test_xmlgen_content_escape Passed test_xmlgen_ignorable Passed test_xmlgen_ns Passed test_xmlgen_pi -32 tests, 0 failures +36 tests, 0 failures |