summaryrefslogtreecommitdiff
path: root/bs4/tests/test_html5lib.py
Commit message (Expand)AuthorAgeFilesLines
* Fix next and previous linkage issues. Fixes issues #1806598 and #1782928.Isaac Muse2018-12-221-0/+40
* Fixed foster parenting when html5lib is the tree builder. Thanks to Geoffrey ...Leonard Richardson2016-12-191-0/+5
|\
| * Fix foster parenting with html5lib.Geoffrey Sneddon2015-12-081-0/+5
* | Remove breakpoint.Leonard Richardson2016-12-191-1/+0
* | Fixed yet another problem that caused the html5lib tree builder toLeonard Richardson2016-12-191-0/+17
* | Fixed a bug in the html5lib treebuilder that deranged the treeLeonard Richardson2016-07-171-0/+11
|/
* Fixed a parse bug with the html5lib tree-builder. Thanks to RoelLeonard Richardson2015-09-281-0/+7
* Improved the lxml tree builder's handling of processingLeonard Richardson2014-12-111-0/+6
* * Fixed yet another problem with the html5lib tree builder, caused byLeonard Richardson2013-08-131-0/+13
* html5lib now supports Python 3. Fixed some Python 2-specificLeonard Richardson2013-05-201-1/+1
* Fixed a problem with the html5lib builder not handling comments correctly.Leonard Richardson2012-08-211-0/+14
* Warn when SoupStrainer is used with the html5lib tree builder.Leonard Richardson2012-02-241-2/+8
* Test that HTML5 parsers add the appropriate namespace to the tags they parse.Leonard Richardson2012-02-231-3/+3
* Removed tests that merely illustrated parser behavior, behavior that wouldn't...Leonard Richardson2012-02-221-313/+11
* Changd the class structure so that the default parser test class uses html.pa...Leonard Richardson2012-02-201-10/+98
* Added code from 2.7's standard library so that the tests will run on Python 2.6.Leonard Richardson2012-02-201-3/+4
* Added a kind of hacky way to interpret the restriction class='foo bar'. Stop ...Leonard Richardson2012-02-151-1/+1
* Tested and cleaned up html5lib insertBefore.Leonard Richardson2012-02-151-0/+5
* Tested improvements to html5lib treebuilder.Leonard Richardson2012-02-151-0/+21
* On output, always convert special XML characters to entities.Leonard Richardson2012-02-071-1/+1
* Replaced assertEquals with assertEqual to get rid of deprecation notice.Leonard Richardson2012-01-201-26/+26
* Got the test suite to pass on Python 3.2 (skipping the html5lib stuff, which ...Leonard Richardson2012-01-201-2/+15
* Small fix for test.Thomas Kluyver2011-07-071-1/+1
* Move tests into package so they can be converted by 2to3.Thomas Kluyver2011-06-281-0/+226