summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* Bring encoding detection tests up-to-date with html5lib, fix Hubbub-specific ...Andrew Sidwell2008-08-095-111/+145
* Reorder test execution, so lower-level stuff is tested firstJohn Mark Bell2008-08-051-3/+3
* Integrate previous revision into tokeniser2.c, tooJohn Mark Bell2008-08-051-1/+3
* Fix acquisition of input length on 64bit platformsJohn Mark Bell2008-08-051-1/+3
* Squash warnings on AMD64John Mark Bell2008-08-052-3/+3
* Make sure we run the last test in the file.John Mark Bell2008-08-041-7/+31
* Really fix handling of entities in attributesJohn Mark Bell2008-08-041-0/+10
* Fix previous commit.Andrew Sidwell2008-08-041-5/+1
* Fix bug in hubbub & html5lib tests relating to parsing entities ending withou...Andrew Sidwell2008-08-041-1/+5
* Fix expected output of regression test.John Mark Bell2008-08-031-24/+24
* Stop pretending Hubbub has an internal encoding.Andrew Sidwell2008-08-023-3/+3
* Fix copy-and-paste error in previous commit.Andrew Sidwell2008-07-311-0/+5
* Lose Mac-induced Makefile breakageJohn Mark Bell2008-07-311-1/+1
* Merged revisions 4631-4838 via svnmerge from John Mark Bell2008-07-3123-1451/+217
* Fix memory leak in tokeniser2.Andrew Sidwell2008-07-151-0/+2
* Make tree2 perform reference counting.John Mark Bell2008-07-152-16/+172
* Add tests to test the "after body" mode in full.Andrew Sidwell2008-07-122-0/+130
* Add "after after body" and "after after frameset" testsuites.Andrew Sidwell2008-07-113-0/+232
* Export a hubbub_doctype type to create_doctype() directly, rather than passin...Andrew Sidwell2008-07-112-22/+19
* Fix an html5lib testcase (also committed upstream).Andrew Sidwell2008-07-111-1/+1
* Provide an strndup implementation for those platforms that don't have it (yay...John Mark Bell2008-07-111-0/+25
* Comment out SIGCHLD handler -- it's unnecessary afaicsJohn Mark Bell2008-07-111-1/+1
* Cast values to int to avoid warnings.John Mark Bell2008-07-112-3/+5
* - Ignore #document-fragment sections betterAndrew Sidwell2008-07-111-9/+15
* - Fix html5lib test. (also committed upstream)Andrew Sidwell2008-07-111-1/+0
* 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