summaryrefslogtreecommitdiff
path: root/test/INDEX
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-12-13 20:16:52 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2013-12-13 20:16:52 +0000
commit1b95fec601a3d006ba6b99e1dea3f61c3c8318fc (patch)
tree1a0c3a78afe1db919ff6b4c56a6c3f2e01d03607 /test/INDEX
parente3372335ec1628e1d6ef1a4fd63b11bb47f2e0e6 (diff)
downloadlibcss-1b95fec601a3d006ba6b99e1dea3f61c3c8318fc.tar.gz
libcss-1b95fec601a3d006ba6b99e1dea3f61c3c8318fc.tar.bz2
Various changes which modify API and ABI:
- Remove client allocation function. - Change node_classes callback not to yield array ownership to libcss. - Node bloom filters now built by, during selection libcss. - Added selection callbacks to get and set data on document nodes. Test suite, example, and documentation updated to match.
Diffstat (limited to 'test/INDEX')
-rw-r--r--test/INDEX22
1 files changed, 11 insertions, 11 deletions
diff --git a/test/INDEX b/test/INDEX
index 1c776c6..cf1a3cb 100644
--- a/test/INDEX
+++ b/test/INDEX
@@ -1,17 +1,17 @@
# Index of testcases
#
-# Test Description DataDir
+# Test Description DataDir
-csdetect Character set detection csdetect
-#lex Lexing css
-lex-auto Automated lexer tests lex
-number Conversion of numbers to fixed point number
-#parse Parsing (core syntax) css
-#css21 Parsing (CSS2.1 specifics) css
-parse-auto Automated parser tests (bytecode) parse
-parse2-auto Automated parser tests (om & invalid) parse2
-select-auto Automated selection engine tests select
-sel-bloom-auto Automated selection tests with bloom select
+csdetect Character set detection csdetect
+#lex Lexing css
+lex-auto Automated lexer tests lex
+number Conversion of numbers to fixed point number
+#parse Parsing (core syntax) css
+#css21 Parsing (CSS2.1 specifics) css
+parse-auto Automated parser tests (bytecode) parse
+parse2-auto Automated parser tests (om & invalid) parse2
+select-no-nd Automated selection engine tests (no node_data) select
+select-nd Automated selection engine tests (with node_data) select
# Regression tests