diff options
author | Fred Drake <fdrake@acm.org> | 2001-08-07 19:17:06 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-08-07 19:17:06 (GMT) |
commit | c9fadf991c7905d9e483b65af8d9708fdcf44e71 (patch) | |
tree | 4ad8920b9988cbec86ebb6a5f50f44ff46071945 /Lib/test/output | |
parent | dad91dd1e90222cfae4543eb290e2b2fa99192c2 (diff) | |
download | cpython-c9fadf991c7905d9e483b65af8d9708fdcf44e71.zip cpython-c9fadf991c7905d9e483b65af8d9708fdcf44e71.tar.gz cpython-c9fadf991c7905d9e483b65af8d9708fdcf44e71.tar.bz2 |
Add a test that xml.sax.saxutils.XMLGenerator does the right thing
when quoting attribute values that contain single & double quotes.
This provides the rest of the regression test for SF bug #440351.
Diffstat (limited to 'Lib/test/output')
-rw-r--r-- | Lib/test/output/test_sax | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Lib/test/output/test_sax b/Lib/test/output/test_sax index b14cf94..8aa5a77 100644 --- a/Lib/test/output/test_sax +++ b/Lib/test/output/test_sax @@ -29,10 +29,11 @@ Passed test_nsattrs_wattr Passed test_quoteattr_basic Passed test_single_double_quoteattr Passed test_single_quoteattr +Passed test_xmlgen_attr_escape 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 -36 tests, 0 failures +37 tests, 0 failures |