summaryrefslogtreecommitdiff
path: root/test/parser-utf16.c
Commit message (Collapse)AuthorAgeFilesLines
* Update the testsuite to match the tokeniser. Also, import new html5lib ↵Andrew Sidwell2008-06-161-4/+24
| | | | | | tests for better coverage. Known issue: the tokeniser test stalls using the testrunner script. svn path=/trunk/hubbub/; revision=4356
* hubbub_strings may now be either an offset into the data buffer or a pointer ↵John Mark Bell2008-03-211-9/+9
| | | | | | | | | | | | | to constant data. Fix up tokeniser and treebuilder to deal with this. Fix up testcases, too. The tokeniser will only ever emit strings of type HUBBUB_STRING_OFF. Anything else is a bug which should be fixed. The treebuilder may emit strings of either type. svn path=/trunk/hubbub/; revision=4014
* Add UTF-16 input stream.John Mark Bell2007-06-241-0/+175
This appears to work correctly -- could probably do with more testing. svn path=/trunk/hubbub/; revision=3362