summaryrefslogtreecommitdiff
path: root/test/lex-auto.c
Commit message (Expand)AuthorAgeFilesLines
* Strip trailing whitespace.Michael Drake2017-09-041-11/+11
* Update for new lpu API.Michael Drake2013-12-141-9/+1
* Various changes which modify API and ABI:Michael Drake2013-12-131-1/+1
* Fix error reportingJohn Mark Bell2012-05-081-5/+5
* Rename all css_[^_] internal symbols to css__ so that they're nicely namespacedDaniel Silverstone2011-01-261-4/+4
* Ensure there are zero global symbols without css_ or css__ in front of them. ...Daniel Silverstone2011-01-201-6/+6
* Merge parser autogeneration and string handling refactor branch r=jmb,kinniso...Vincent Sanders2011-01-191-0/+1
* Remove Aliases file nonsenseJohn Mark Bell2010-12-041-4/+4
* Remove use of lwc_initialise and also parserutils.h includes. r=vinceDaniel Silverstone2010-12-041-1/+0
* Remove initialisation of libparserutils from testsDaniel Silverstone2010-12-041-4/+0
* Remove libcss_initialise/finalise.John Mark Bell2010-12-041-2/+3
* Fix automated lexer test code to correctly handle escape sequences and the ab...John Mark Bell2009-05-261-2/+5
* More c89ismsJohn Mark Bell2009-04-151-3/+6
* 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