From 72c39e3522c5781d1e7dc8abad77d96141c5d49b Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Thu, 1 May 2008 16:36:27 +0000 Subject: Import beginnings of a CSS parsing library. Currently comprises a lexer. svn path=/trunk/libcss/; revision=4112 --- test/INDEX | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 test/INDEX (limited to 'test/INDEX') diff --git a/test/INDEX b/test/INDEX new file mode 100644 index 0000000..e1896ef --- /dev/null +++ b/test/INDEX @@ -0,0 +1,10 @@ +# Index of testcases +# +# Test Description DataDir + +libcss Library initialisation/finalisation +csdetect Character set detection csdetect +lex Lexing css + +# Regression tests + -- cgit v1.2.3