summaryrefslogtreecommitdiff
path: root/test/tree2.c
Commit message (Collapse)AuthorAgeFilesLines
* Export a hubbub_doctype type to create_doctype() directly, rather than ↵Andrew Sidwell2008-07-111-13/+15
| | | | | | passing all its members as individual arguments. svn path=/trunk/hubbub/; revision=4602
* - Ignore #document-fragment sections betterAndrew Sidwell2008-07-111-9/+15
| | | | | | - Remove a debugging statement svn path=/trunk/hubbub/; revision=4596
* Fix the test harness with multiline #data sections.Andrew Sidwell2008-07-111-4/+22
| | | | svn path=/trunk/hubbub/; revision=4591
* Implement the test harness' add_attribute() methodAndrew Sidwell2008-07-111-2/+26
| | | | svn path=/trunk/hubbub/; revision=4588
* Sort out the harness' DOCTYPE prettyprinting and up in the input line length ↵Andrew Sidwell2008-07-111-9/+25
| | | | | | to 2048 characters. svn path=/trunk/hubbub/; revision=4585
* Get the test harness concatenating adjacent text nodes.Andrew Sidwell2008-07-111-13/+43
| | | | svn path=/trunk/hubbub/; revision=4582
* - Handle in_table_foster for element insertion (yet to do comment/character).Andrew Sidwell2008-07-101-2/+4
| | | | | | | - Fix test harness's insert_before() method. - Foster parenting now correctly taints the current table. svn path=/trunk/hubbub/; revision=4568
* Remove some unintentionally committed debug code.Andrew Sidwell2008-07-101-3/+0
| | | | svn path=/trunk/hubbub/; revision=4564
* Format comments properly in text output. In the test harness. Again.Andrew Sidwell2008-07-101-2/+5
| | | | svn path=/trunk/hubbub/; revision=4563
* Fix another bug in the test harness.Andrew Sidwell2008-07-101-3/+17
| | | | svn path=/trunk/hubbub/; revision=4561
* Fix the test harness' implementation of reparent_children().Andrew Sidwell2008-07-101-6/+27
| | | | svn path=/trunk/hubbub/; revision=4559
* Make the testrunner not overwrite the root node in cases like "<!DOCTYPE ↵Andrew Sidwell2008-07-091-16/+24
| | | | | | html><html>", and make the node printer print all nodes in a document. svn path=/trunk/hubbub/; revision=4552
* Make the tree-construction testrunner ns-aware.Andrew Sidwell2008-07-091-11/+42
| | | | svn path=/trunk/hubbub/; revision=4551
* Get the tree-construction testrunner checking that tests actually pass.Andrew Sidwell2008-07-091-16/+73
| | | | svn path=/trunk/hubbub/; revision=4548
* Make the test harness ignore #document-fragment sections instead of choking ↵Andrew Sidwell2008-07-091-1/+4
| | | | | | on them. svn path=/trunk/hubbub/; revision=4544
* Move debugging statement for ease of debugging.Andrew Sidwell2008-07-091-1/+1
| | | | svn path=/trunk/hubbub/; revision=4537
* Add a really basic tree construction test harness. Known problems:Andrew Sidwell2008-07-071-0/+561
- Doesn't compare expected tree with hubbub's tree -- atm it just checks there are no segfaults - Ungracious handling of #document-fragment tests (since hubbub doesn't support them at present) - Leaks memory because it doesn't use refcounting - Doesn't support dynamic adding of attributes. Also, it shows a crash bug in the treebuilder when run. svn path=/trunk/hubbub/; revision=4529