summaryrefslogtreecommitdiff
path: root/test/lex-auto.c
Commit message (Expand)AuthorAgeFilesLines
* 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