summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Allow silencing of parser test driver.John Mark Bell2008-08-011-0/+6
* Fix handling of empty strings.John Mark Bell2008-08-013-0/+7
* Fix at-rule processing.John Mark Bell2008-07-312-1/+9
* Something approximating recovery from malformed at-rules.John Mark Bell2008-07-311-0/+1
* Improve recovery from malformed declarationsJohn Mark Bell2008-07-311-0/+3
* Generate and emit eventsJohn Mark Bell2008-07-301-0/+38
* Implement error recovery for malformed declarations.John Mark Bell2008-07-302-0/+9
* Implement the first-stage parser.John Mark Bell2008-07-305-1/+92
* Whoops. Missed this when adding the invalid string stuff.John Mark Bell2008-07-151-0/+3
* Correctly process unterminated strings.John Mark Bell2008-06-262-1/+89
* A more complex test, taken from the CSS3 syntax moduleJohn Mark Bell2008-05-052-0/+30
* Match expected token data with that output by the lexer.John Mark Bell2008-05-052-4/+59
* Fix testdriver to accept # in inputJohn Mark Bell2008-05-032-5/+624
* Testdriver for automated lexer tests. This needs a little more work to verify...John Mark Bell2008-05-016-1/+302
* Import beginnings of a CSS parsing library.John Mark Bell2008-05-0115-0/+54007