summaryrefslogtreecommitdiff
path: root/tests/test_html5lib.py
AgeCommit message (Expand)Author
2023-01-25Removed very old tests that were imported as part of the bzr import but not r...Leonard Richardson
2011-02-27Added tests to verify that bug 606662 is fixed.Leonard Richardson
2011-02-27Renamed the beautifulsoup module to bs4 to save typing.Leonard Richardson
2011-02-20Renamed constructor arguments to comply with PEP 8.Leonard Richardson
2011-02-20Discovered that html5lib can't be made to support SoupStrainers, and changed ...Leonard Richardson
2011-02-20Added an empty-element tag test.Leonard Richardson
2011-02-19Oh, good, html5lib correctly handles literals in <textarea> tags.Leonard Richardson
2011-02-18Ported tests of bad markup that were lying around the TODO.Leonard Richardson
2011-02-18Made Unicode, Dammit more PEP-8 compliant.Leonard Richardson
2011-02-18Pass the user-specified encoding in to html5lib rather than dropping it on th...Leonard Richardson
2011-02-18Added failing encoding conversion tests for html5lib.Leonard Richardson
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 comm...Leonard Richardson
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 t...Leonard Richardson
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 t...Leonard Richardson