]> granicus.if.org Git - python/commit
Add a unit test for sgmllib (needs work, but has already caught problems).
authorFred Drake <fdrake@acm.org>
Mon, 16 Jul 2001 18:52:40 +0000 (18:52 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 16 Jul 2001 18:52:40 +0000 (18:52 +0000)
commit19ff4ac7e9b4864e5f16a6c472fb94fce11e6cf3
treef63a0ee3f6cde230ed9a8ac4c121830ec456642d
parent14f6c18b6250b66777b6e46003c5f37ef6327890
Add a unit test for sgmllib (needs work, but has already caught problems).
Based on the test for the HTMLParser module.
Lib/test/test_sgmllib.py [new file with mode: 0644]