summaryrefslogtreecommitdiff
path: root/test/parse-auto.c
Commit message (Collapse)AuthorAgeFilesLines
* Distinguish between pseudo classes and pseudo elementsJohn Mark Bell2009-02-101-1/+2
| | | | svn path=/trunk/libcss/; revision=6406
* Squash warningsJohn Mark Bell2009-01-201-3/+3
| | | | svn path=/trunk/libcss/; revision=6149
* Dump unexpected bytecodeJohn Mark Bell2009-01-161-0/+6
| | | | svn path=/trunk/libcss/; revision=6081
* Support pointers in the expected bytecode.John Mark Bell2009-01-141-9/+99
| | | | | | Add a simple test that uses this functionality. svn path=/trunk/libcss/; revision=6065
* @import tests and support in the test harness.John Mark Bell2009-01-141-4/+9
| | | | svn path=/trunk/libcss/; revision=6063
* Add support for non-selector rule types (currently only charset rules)John Mark Bell2009-01-141-41/+91
| | | | svn path=/trunk/libcss/; revision=6060
* Make the automated parser test harness compare selectorsJohn Mark Bell2009-01-131-1/+154
| | | | | | Some testdata for selectors svn path=/trunk/libcss/; revision=6055
* Something approximating the beginnings of an automated test harness for the ↵John Mark Bell2009-01-121-0/+297
parser. svn path=/trunk/libcss/; revision=6049