* Serious reworking of HTML2Text to handle nested lists reasonably
authorBrett Parker <iDunno@sommitrealweird.co.uk>
Sun, 6 Jan 2008 22:39:04 +0000 (22:39 +0000)
committerBrett Parker <iDunno@sommitrealweird.co.uk>
Sun, 6 Jan 2008 22:39:04 +0000 (22:39 +0000)
commitce65d98d57ea2b4332c291c0eed448f392201421
treef22cfc01dc77c4405738fb45de68948593bfb0f1
parentf47e451a2ae7cde0b422266b10b131d00d398e87
* Serious reworking of HTML2Text to handle nested lists reasonably
* Adding more unittests for the nested lists
rss2maildir.py
tests/expected/nestedlists-wellformed.txt [new file with mode: 0644]
tests/expected/nestedorderedlists-wellformed.txt [new file with mode: 0644]
tests/expected/unorderedlist-wellformed.txt
tests/html/nestedlists-wellformed.html [new file with mode: 0644]
tests/html/nestedorderedlists-wellformed.html [new file with mode: 0644]
tests/unittests/NestedListTests.py [new file with mode: 0755]
tests/unittests/UnorderedListTests.py