summaryrefslogtreecommitdiff
path: root/test/INDEX
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2007-06-23 22:40:25 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2007-06-23 22:40:25 +0000
commit7b30a5520cfb56e651f0eb4da85a3e07747da7dc (patch)
tree5d6281c071c089e1e7a8ae6f8044cecaf6a7db16 /test/INDEX
downloadlibhubbub-7b30a5520cfb56e651f0eb4da85a3e07747da7dc.tar.gz
libhubbub-7b30a5520cfb56e651f0eb4da85a3e07747da7dc.tar.bz2
Import hubbub -- an HTML parsing library.
Plenty of work still to do (like tree generation ;) svn path=/trunk/hubbub/; revision=3359
Diffstat (limited to 'test/INDEX')
-rw-r--r--test/INDEX15
1 files changed, 15 insertions, 0 deletions
diff --git a/test/INDEX b/test/INDEX
new file mode 100644
index 0000000..100dd21
--- /dev/null
+++ b/test/INDEX
@@ -0,0 +1,15 @@
+# Index for libhubbub testcases
+#
+# Test Description DataDir
+
+aliases Encoding alias handling
+cscodec Charset codec implementation cscodec
+csdetect Charset detection csdetect
+dict Generic string dictionary
+entities Named entity dictionary
+filter Input stream filtering
+hubbub Library initialisation/finalisation
+inputstream Buffered input stream html
+parser Public parser API html
+tokeniser HTML tokeniser html
+tokeniser2 HTML tokeniser (again) tokeniser2 \ No newline at end of file