summaryrefslogtreecommitdiff
path: root/test/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* 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-1/+1
| | | | | | It appears that negative values are broken, at least. svn path=/trunk/libcss/; revision=5763
* Dependency trackingJohn Mark Bell2008-09-051-1/+19
| | | | svn path=/trunk/libcss/; revision=5258
* Stub out a CSS 2.1 stage 2 parser.John Mark Bell2008-08-011-1/+1
| | | | | | 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-1/+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-1/+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/+79
Currently comprises a lexer. svn path=/trunk/libcss/; revision=4112