summaryrefslogtreecommitdiff
path: root/test/INDEX
diff options
context:
space:
mode:
authorAndrew Sidwell <andy@entai.co.uk>2008-07-07 18:54:14 +0000
committerAndrew Sidwell <andy@entai.co.uk>2008-07-07 18:54:14 +0000
commit3ab390780657abb179c5271dedb3a2731be9c3df (patch)
tree730e8763baf0973781b0f2af797f5492927cab58 /test/INDEX
parent054242c92e79bb60492b4f402762516b013d3123 (diff)
downloadlibhubbub-3ab390780657abb179c5271dedb3a2731be9c3df.tar.gz
libhubbub-3ab390780657abb179c5271dedb3a2731be9c3df.tar.bz2
Add a really basic tree construction test harness. Known problems:
- 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
Diffstat (limited to 'test/INDEX')
-rw-r--r--test/INDEX1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/INDEX b/test/INDEX
index 41d9746..e3522bc 100644
--- a/test/INDEX
+++ b/test/INDEX
@@ -16,6 +16,7 @@ tokeniser HTML tokeniser html
tokeniser2 HTML tokeniser (again) tokeniser2
tokeniser3 HTML tokeniser (byte-by-byte) tokeniser2
tree Treebuilding API html
+tree2 Treebuilding API tree-construction
# Regression tests
regression/cscodec-segv Segfault in charset codecs