diff options
author | Fred Drake <fdrake@acm.org> | 2001-05-18 15:32:59 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-05-18 15:32:59 (GMT) |
commit | bd3090d4d659951ed38d1da0f44c3e59ec830bea (patch) | |
tree | 1c714c74547d8dfbfb316c6398a96aaa3e0bd4c0 /Lib/test/output | |
parent | 8846d7178b8caf1411ca6f458b78b9f46ba73abe (diff) | |
download | cpython-bd3090d4d659951ed38d1da0f44c3e59ec830bea.zip cpython-bd3090d4d659951ed38d1da0f44c3e59ec830bea.tar.gz cpython-bd3090d4d659951ed38d1da0f44c3e59ec830bea.tar.bz2 |
Added test suite for the new HTMLParser module, originally from the
TAL/PageTemplate package for Zope. This only needed a little boilerplate
change; the tests themselves are unchanged.
Diffstat (limited to 'Lib/test/output')
-rw-r--r-- | Lib/test/output/test_htmlparser | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/output/test_htmlparser b/Lib/test/output/test_htmlparser new file mode 100644 index 0000000..a6953e5 --- /dev/null +++ b/Lib/test/output/test_htmlparser @@ -0,0 +1 @@ +test_htmlparser |