summaryrefslogtreecommitdiff
path: root/test/data/tokeniser2/INDEX
Commit message (Collapse)AuthorAgeFilesLines
* Handling LF after CR in bogus comment state & changing few tests to make it ↵Rupinder Singh Khokhar2014-07-091-1/+1
| | | | in accordance with the tester interface
* [Headache] Fixed tester & modified test file :-PRupinder Singh Khokhar2014-07-091-1/+1
|
* added RAWTEXT contentModel. Also removed an if(c='-') condition because I ↵Rupinder Singh Khokhar2014-07-091-3/+3
| | | | felt it was extranious, with no clear logic, not according to the specs. Also fixed a sever bug in handling the tagname state. In all 3 more test files give a PASS
* Enabling some tests. The regresssion.test file had some tests that I found ↵Rupinder Singh Khokhar2014-07-091-4/+4
| | | | to be wrong and therefore changed them. A confirmation from the mentors is needed to verify its validity.
* There could have been a better way to handle EOFs in b/w tag-names and ↵Rupinder Singh Khokhar2014-07-091-1/+1
| | | | attribute values. [Fix] Numeric overflow check algo. [fix] cp1252 tables.
* Adding the COMMENT_END_BANG state for test3.datRupinder Singh Khokhar2014-07-091-1/+1
|
* [Fix] tokeniser wrongly emitted a replacement character instead of utf8 ↵Rupinder Singh Khokhar2014-07-091-1/+1
| | | | NULL. Also, the tester used strlen to calculate string lengths--this seg faults if a null is passed-- this is also fixed.
* Updating Named Entities API in tokeniserRupinder Singh Khokhar2014-07-091-1/+1
|
* Adding the latest test files without fixing the INDEXes or the test interfacesRupinder Singh Khokhar2014-06-171-8/+13
|
* Sync tokeniser tests with html5lib.John Mark Bell2009-03-101-0/+2
| | | | | | | | 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
* Fixes for handling of CR followed immediately by multibyte sequences.John Mark Bell2008-09-061-0/+1
| | | | | | | Pedantic whitespace changes. More paranoia surrounding entity handling. svn path=/trunk/hubbub/; revision=5266
* Add CDATA tests and the infrastructure to support them.Andrew Sidwell2008-06-191-0/+1
| | | | svn path=/trunk/hubbub/; revision=4410
* Update the testsuite to match the tokeniser. Also, import new html5lib ↵Andrew Sidwell2008-06-161-1/+5
| | | | | | 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/+7
Plenty of work still to do (like tree generation ;) svn path=/trunk/hubbub/; revision=3359