summaryrefslogtreecommitdiff
path: root/tests/test_html5lib.py
AgeCommit message (Collapse)Author
2011-02-13Ported more tests of bad declarations.Leonard Richardson
2011-02-13Added tests of nonsensical declarations.Leonard Richardson
2011-02-13Figured out the deal with CDATA sections in lxml and html5lib, and added ↵Leonard Richardson
comments and tests.
2011-02-10Added some elementary doctype handling.Leonard Richardson
2011-02-10Commented out annoying print statement.Leonard Richardson
2011-02-10Added more table tests.Leonard Richardson
2011-02-10Added tests illustrating the different ways lxml and html5lib handle nested ↵Leonard Richardson
tables.
2011-01-30Stop pretending that the 'generic' builder test is different from the lxml test.Leonard Richardson
2011-01-28Refactored enough to get all of the tests to pass with test discovery, even ↵Leonard Richardson
though there are still some underlying problems.