summaryrefslogtreecommitdiff
path: root/test/data/tokeniser2/test1.test
Commit message (Collapse)AuthorAgeFilesLines
* Sync tokeniser tests with html5lib.John Mark Bell2009-03-101-3/+11
| | | | | | | | Sync tokeniser implementation with the spec. Fix handling of \0 in the tag open state. The unicodeCharacters test is disabled, as json-c doesn't like it. svn path=/trunk/hubbub/; revision=6755
* Fix previous commit.Andrew Sidwell2008-08-041-5/+1
| | | | svn path=/trunk/hubbub/; revision=4893
* Fix bug in hubbub & html5lib tests relating to parsing entities ending ↵Andrew Sidwell2008-08-041-1/+5
| | | | | | without semicolons in attribute values. svn path=/trunk/hubbub/; revision=4892
* Add some new tests (also committed to html5lib).Andrew Sidwell2008-06-191-0/+4
| | | | svn path=/trunk/hubbub/; revision=4407
* Update the testsuite to match the tokeniser. Also, import new html5lib ↵Andrew Sidwell2008-06-161-16/+52
| | | | | | tests for better coverage. Known issue: the tokeniser test stalls using the testrunner script. svn path=/trunk/hubbub/; revision=4356
* Import hubbub -- an HTML parsing library.John Mark Bell2007-06-231-0/+136
Plenty of work still to do (like tree generation ;) svn path=/trunk/hubbub/; revision=3359