* Small improvements to the HTML2Text code
authorBrett Parker <iDunno@sommitrealweird.co.uk>
Sun, 6 Jan 2008 11:43:44 +0000 (11:43 +0000)
committerBrett Parker <iDunno@sommitrealweird.co.uk>
Sun, 6 Jan 2008 11:43:44 +0000 (11:43 +0000)
commitf47e451a2ae7cde0b422266b10b131d00d398e87
treebb820859268c7fdc9d7ee336d4932b761737d378
parent286e096cd216854c5a9bc8cdc580e5d3ec447f19
* Small improvements to the HTML2Text code
* Reorganize unittests for parsing to make it easier to add more tests later
rss2maildir.py
tests/expected/definitionlist-badlyformed.txt [new file with mode: 0644]
tests/expected/definitionlist-wellformed.txt
tests/html/definitionlist-badlyformed.html [new file with mode: 0644]
tests/unittests/DefinitionListTests.py
tests/unittests/ParagraphTests.py
tests/unittests/ParsingTests.py [new file with mode: 0755]
tests/unittests/UnorderedListTests.py