summaryrefslogtreecommitdiff
path: root/test/tokeniser2.c
Commit message (Expand)AuthorAgeFilesLines
* Remove client allocation function and update for new lpu API.Michael Drake2013-12-141-10/+2
* Correct various warnings in the test suiteCraig Barnes2013-05-041-3/+3
* Don't use the nonportable alloca() during tests.Anthony J. Bentley2013-04-271-1/+3
* Sprinkle some const correctness aroundJohn-Mark Bell2012-08-291-9/+9
* update for json-c 0.10 APIVincent Sanders2012-08-281-7/+6
* Remove Aliases file from test harnessesJohn Mark Bell2010-12-041-3/+3
* Remove init/final and embed entity trie at build time. r=vinceDaniel Silverstone2010-12-041-5/+0
* A load of c89 compatibility fixes.John Mark Bell2009-04-161-4/+4
* Return errors from tokeniser constructor/destructorJohn Mark Bell2008-11-091-2/+2
* Port hubbub to new lpu APIJohn Mark Bell2008-11-081-3/+2
* Propagate the use of hubbub_error up into at least a bit of the treebuilder.Andrew Sidwell2008-08-091-3/+5
* Integrate previous revision into tokeniser2.c, tooJohn Mark Bell2008-08-051-1/+3
* Squash warnings on AMD64John Mark Bell2008-08-051-1/+1
* Merged revisions 4631-4838 via svnmerge from John Mark Bell2008-07-311-56/+51
* Fix memory leak in tokeniser2.Andrew Sidwell2008-07-151-0/+2
* Cast values to int to avoid warnings.John Mark Bell2008-07-111-1/+2
* Add CDATA tests and the infrastructure to support them.Andrew Sidwell2008-06-191-0/+11
* Use json_object_get_string_len().John Mark Bell2008-06-181-11/+11
* Print out expected string, too, so we can see where json-c is failing to deco...John Mark Bell2008-06-181-1/+3
* - Fix up the html5lib-test-tester so it doesn't crash if the number of attri...Andrew Sidwell2008-06-171-13/+16
* Update the testsuite to match the tokeniser. Also, import new html5lib tests...Andrew Sidwell2008-06-161-7/+53
* hubbub_strings may now be either an offset into the data buffer or a pointer ...John Mark Bell2008-03-211-8/+8
* Warning fixesJohn Mark Bell2007-07-101-1/+1
* Import hubbub -- an HTML parsing library.John Mark Bell2007-06-231-0/+418