]> granicus.if.org Git - python/commit
Add a test that xml.sax.saxutils.XMLGenerator does the right thing
authorFred Drake <fdrake@acm.org>
Tue, 7 Aug 2001 19:17:06 +0000 (19:17 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 7 Aug 2001 19:17:06 +0000 (19:17 +0000)
commitc9fadf991c7905d9e483b65af8d9708fdcf44e71
tree4ad8920b9988cbec86ebb6a5f50f44ff46071945
parentdad91dd1e90222cfae4543eb290e2b2fa99192c2
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.
Lib/test/output/test_sax
Lib/test/test_sax.py