summaryrefslogtreecommitdiff
path: root/bs4/tests/test_html5lib.py
AgeCommit message (Expand)Author
2012-08-21Fixed a problem with the html5lib builder not handling comments correctly.Leonard Richardson
2012-02-24Warn when SoupStrainer is used with the html5lib tree builder.Leonard Richardson
2012-02-23Test that HTML5 parsers add the appropriate namespace to the tags they parse.Leonard Richardson
2012-02-22Removed tests that merely illustrated parser behavior, behavior that wouldn't...Leonard Richardson
2012-02-20Changd the class structure so that the default parser test class uses html.pa...Leonard Richardson
2012-02-20Added code from 2.7's standard library so that the tests will run on Python 2.6.Leonard Richardson
2012-02-15Added a kind of hacky way to interpret the restriction class='foo bar'. Stop ...Leonard Richardson
2012-02-15Tested and cleaned up html5lib insertBefore.Leonard Richardson
2012-02-15Tested improvements to html5lib treebuilder.Leonard Richardson
2012-02-07On output, always convert special XML characters to entities.Leonard Richardson
2012-01-20Replaced assertEquals with assertEqual to get rid of deprecation notice.Leonard Richardson
2012-01-20Got the test suite to pass on Python 3.2 (skipping the html5lib stuff, which ...Leonard Richardson
2011-07-07Small fix for test.Thomas Kluyver