summaryrefslogtreecommitdiff
path: root/test/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* 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