summaryrefslogtreecommitdiff
path: root/test/INDEX
Commit message (Collapse)AuthorAgeFilesLines
* Add a really basic tree construction test harness. Known problems:Andrew Sidwell2008-07-071-0/+1
| | | | | | | | | | | | - Doesn't compare expected tree with hubbub's tree -- atm it just checks there are no segfaults - Ungracious handling of #document-fragment tests (since hubbub doesn't support them at present) - Leaks memory because it doesn't use refcounting - Doesn't support dynamic adding of attributes. Also, it shows a crash bug in the treebuilder when run. svn path=/trunk/hubbub/; revision=4529
* Add a tokeniser3, which tests the tokeniser byte-by-byte rather than with ↵Andrew Sidwell2008-06-191-0/+1
| | | | | | all the data at once. svn path=/trunk/hubbub/; revision=4409
* Fix recalculation of used document buffer length after resizing when the ↵John Mark Bell2008-04-071-0/+5
| | | | | | | | | last attempt to write into the buffer failed mid-way through a multibyte sequence. Add regression test for this Include regression tests in the testsuite index. svn path=/trunk/hubbub/; revision=4075
* More treebuilder (8.2.4.8)John Mark Bell2008-03-111-1/+2
| | | | | | | | | Make tree_handler a pointer rather than value. Check for tree_handler's presence in hubbub_treebuilder_token_handler rather than scattering checks all over the treebuilder code. Add test driver (doesn't actually build a tree but will exercise the core code correctly and verify that the treebuilder code releases all the node references it gains) Enhance quirks mode reporting to distinguish between standards, limited, and full quirks modes. svn path=/trunk/hubbub/; revision=3939
* Add UTF-16 input stream.John Mark Bell2007-06-241-0/+1
| | | | | | This appears to work correctly -- could probably do with more testing. svn path=/trunk/hubbub/; revision=3362
* Import hubbub -- an HTML parsing library.John Mark Bell2007-06-231-0/+15
Plenty of work still to do (like tree generation ;) svn path=/trunk/hubbub/; revision=3359