summaryrefslogtreecommitdiff
path: root/test/lex-auto.c
Commit message (Expand)AuthorAgeFilesLines
* css_string is now the same as a parserutils_dict_entry. This allows us to use...John Mark Bell2008-11-271-4/+4
* Port libcss to new lpu API.John Mark Bell2008-11-091-5/+4
* Fix compilation of test drivers on 64bit platforms.John Mark Bell2008-09-051-3/+4
* Only intern strings when we get a token from the lexer. Strings in tokens tha...John Mark Bell2008-08-011-1/+1
* Correctly process unterminated strings.John Mark Bell2008-06-261-1/+3
* Match expected token data with that output by the lexer.John Mark Bell2008-05-051-3/+58
* Fix testdriver to accept # in inputJohn Mark Bell2008-05-031-5/+16
* Testdriver for automated lexer tests. This needs a little more work to verify...John Mark Bell2008-05-011-0/+260