summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix the test harness with multiline #data sections.Andrew Sidwell2008-07-111-4/+22
* Implement the test harness' add_attribute() methodAndrew Sidwell2008-07-111-2/+26
* Sort out the harness' DOCTYPE prettyprinting and up in the input line length ...Andrew Sidwell2008-07-111-9/+25
* Get the test harness concatenating adjacent text nodes.Andrew Sidwell2008-07-111-13/+43
* Fix the FIXME -- OS X was clearly being stupid earlier. This works fine on re...John Mark Bell2008-07-101-5/+1
* Improved dependency tracking.John Mark Bell2008-07-101-3/+25
* - Handle in_table_foster for element insertion (yet to do comment/character).Andrew Sidwell2008-07-101-2/+4
* Use correct format specifierJohn Mark Bell2008-07-101-20/+20
* Remove some unintentionally committed debug code.Andrew Sidwell2008-07-101-3/+0
* Format comments properly in text output. In the test harness. Again.Andrew Sidwell2008-07-101-2/+5
* Fix another bug in the test harness.Andrew Sidwell2008-07-101-3/+17
* Fix the test harness' implementation of reparent_children().Andrew Sidwell2008-07-101-6/+27
* Make the testrunner not overwrite the root node in cases like "<!DOCTYPE html...Andrew Sidwell2008-07-091-16/+24
* Make the tree-construction testrunner ns-aware.Andrew Sidwell2008-07-091-11/+42
* Get the tree-construction testrunner checking that tests actually pass.Andrew Sidwell2008-07-091-16/+73
* Make the test harness ignore #document-fragment sections instead of choking o...Andrew Sidwell2008-07-091-1/+4
* Move debugging statement for ease of debugging.Andrew Sidwell2008-07-091-1/+1
* Add a really basic tree construction test harness. Known problems:Andrew Sidwell2008-07-073-2/+565
* More test data. Warning -- huge.John Mark Bell2008-07-073-2/+127698
* Add tree construction tests in anticipation of a test harness.Andrew Sidwell2008-07-0313-0/+5816
* Update to latest html5lib tests.Andrew Sidwell2008-06-233-7/+11
* Add CDATA tests and the infrastructure to support them.Andrew Sidwell2008-06-194-0/+46
* Add a tokeniser3, which tests the tokeniser byte-by-byte rather than with all...Andrew Sidwell2008-06-193-1/+478
* Add some new tests (also committed to html5lib).Andrew Sidwell2008-06-192-0/+8
* Add a comma that somehow went missing.Andrew Sidwell2008-06-181-1/+1
* Fix remaining issues around passing the testsuite, and make sure all the toke...Andrew Sidwell2008-06-181-3/+4
* 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
* Catch non-zero exit status and treat it as a failureJohn Mark Bell2008-06-181-1/+13
* - Fix up the html5lib-test-tester so it doesn't crash if the number of attri...Andrew Sidwell2008-06-171-13/+16
* Restore the commenting-out of a test.Andrew Sidwell2008-06-171-0/+3
* Use a better entities test.Andrew Sidwell2008-06-161-3/+9
* Use IO::Select to avoid deadlockJohn Mark Bell2008-06-161-56/+49
* Update the testsuite to match the tokeniser. Also, import new html5lib tests...Andrew Sidwell2008-06-1613-76/+3306
* Rework buildsystem so that it no longer calls make recursively and rebuilds t...John Mark Bell2008-04-073-58/+90
* Implement "in body" insertion mode.John Mark Bell2008-04-074-19/+86
* Fix recalculation of used document buffer length after resizing when the last...John Mark Bell2008-04-073-1/+94
* hubbub_strings may now be either an offset into the data buffer or a pointer ...John Mark Bell2008-03-215-40/+56
* More treebuilder (really 8.2.4.8 this time)John Mark Bell2008-03-111-0/+19
* More treebuilder (8.2.4.8)John Mark Bell2008-03-113-2/+329
* Test page that breaks libxmlJohn Mark Bell2008-03-102-0/+70
* Improve error handlingJohn Mark Bell2008-03-051-10/+20
* Add testcase of page with initial close tagJohn Mark Bell2008-03-052-0/+12
* Warning fixesJohn Mark Bell2007-07-101-1/+1
* Add UTF-16 input stream.John Mark Bell2007-06-243-1/+177
* Remove large testdata (and set svn:ignore on it)John Mark Bell2007-06-232-41272/+1
* Import hubbub -- an HTML parsing library.John Mark Bell2007-06-2334-0/+47595