summaryrefslogtreecommitdiff
path: root/test/INDEX
Commit message (Collapse)AuthorAgeFilesLines
* Another test harness for parser tests. This one compares the reserialised ↵John Mark Bell2009-01-191-1/+2
| | | | | | | | | output, thus allowing us to sensibly test handling of invalid input and suchlike. Also, some rudimentary tests using this harness, and some documentation of the test data format. This doesn't use the dumping code from the library itself, as that's likely to disappear. svn path=/trunk/libcss/; revision=6144
* Something approximating the beginnings of an automated test harness for the ↵John Mark Bell2009-01-121-1/+1
| | | | | | parser. svn path=/trunk/libcss/; revision=6049
* Some kind of testsuite for number parsing.John Mark Bell2008-11-231-0/+1
| | | | | | It appears that negative values are broken, at least. svn path=/trunk/libcss/; revision=5763
* Stub out a CSS 2.1 stage 2 parser.John Mark Bell2008-08-011-1/+3
| | | | | | Parser core doesn't need to know about css_stylesheet, so change its API. svn path=/trunk/libcss/; revision=4854
* Implement the first-stage parser.John Mark Bell2008-07-301-0/+1
| | | | | | | | | | | Things missing: 1) Recovery after parse errors 2) Event emission (the locations of DEBUG_EVENTS are about right for this) 3) A second-stage parser 4) Any kind of testsuite svn path=/trunk/libcss/; revision=4825
* Testdriver for automated lexer tests. This needs a little more work to ↵John Mark Bell2008-05-011-0/+1
| | | | | | | | verify that the data contained within emitted tokens is as expected. Very trivial testdata to exercise this. svn path=/trunk/libcss/; revision=4115
* Import beginnings of a CSS parsing library.John Mark Bell2008-05-011-0/+10
Currently comprises a lexer. svn path=/trunk/libcss/; revision=4112