summaryrefslogtreecommitdiff
path: root/test/data/css/INDEX
Commit message (Collapse)AuthorAgeFilesLines
* Add test case for broken comment in rule on haiku-os site.Michael Drake2008-08-281-0/+1
| | | | svn path=/trunk/libcss/; revision=5215
* Implement error recovery for malformed declarations.John Mark Bell2008-07-301-0/+1
| | | | svn path=/trunk/libcss/; revision=4826
* Implement the first-stage parser.John Mark Bell2008-07-301-0/+1
| | | | | | | | | | | Things missing: 1) Recovery after parse errors 2) Event emission (the locations of DEBUG_EVENTS are about right for this) 3) A second-stage parser 4) Any kind of testsuite svn path=/trunk/libcss/; revision=4825
* Import beginnings of a CSS parsing library.John Mark Bell2008-05-011-0/+6
Currently comprises a lexer. svn path=/trunk/libcss/; revision=4112