From 1b95fec601a3d006ba6b99e1dea3f61c3c8318fc Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Fri, 13 Dec 2013 20:16:52 +0000 Subject: 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. --- test/INDEX | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'test/INDEX') 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 -- cgit v1.2.3