summaryrefslogtreecommitdiff
path: root/test/INDEX
Commit message (Collapse)AuthorAgeFilesLines
* Various changes which modify API and ABI:Michael Drake2013-12-131-11/+11
| | | | | | | | | - Remove client allocation function. - Change node_classes callback not to yield array ownership to libcss. - Node bloom filters now built by, during selection libcss. - Added selection callbacks to get and set data on document nodes. Test suite, example, and documentation updated to match.
* Add selection test using bloom filter.Michael Drake2013-12-011-0/+1
|
* Remove libcss_initialise/finalise.John Mark Bell2010-12-041-1/+0
| | | | | | Fix testsuite to compile (it passes, too) svn path=/trunk/libcss/; revision=10955
* Enable selector tests. Update tests.Michael Drake2009-06-301-1/+1
| | | | svn path=/trunk/libcss/; revision=8180
* Comment out non-automated tests for now. Add some aural property tests.Michael Drake2009-06-271-3/+3
| | | | svn path=/trunk/libcss/; revision=8050
* Tests for Margin shorthand prop. Comment out test that is currently expected ↵Michael Drake2009-06-261-1/+1
| | | | | | to fail. svn path=/trunk/libcss/; revision=8019
* Test driver for selection engine testsJohn Mark Bell2009-02-121-0/+1
| | | | svn path=/trunk/libcss/; revision=6461
* Another test harness for parser tests. This one compares the reserialised ↵John Mark Bell2009-01-191-1/+2
| | | | | | | | | output, thus allowing us to sensibly test handling of invalid input and suchlike. Also, some rudimentary tests using this harness, and some documentation of the test data format. This doesn't use the dumping code from the library itself, as that's likely to disappear. svn path=/trunk/libcss/; revision=6144
* Something approximating the beginnings of an automated test harness for the ↵John Mark Bell2009-01-121-1/+1
| | | | | | parser. svn path=/trunk/libcss/; revision=6049
* Some kind of testsuite for number parsing.John Mark Bell2008-11-231-0/+1
| | | | | | It appears that negative values are broken, at least. svn path=/trunk/libcss/; revision=5763
* Stub out a CSS 2.1 stage 2 parser.John Mark Bell2008-08-011-1/+3
| | | | | | Parser core doesn't need to know about css_stylesheet, so change its API. svn path=/trunk/libcss/; revision=4854
* 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
* Testdriver for automated lexer tests. This needs a little more work to ↵John Mark Bell2008-05-011-0/+1
| | | | | | | | verify that the data contained within emitted tokens is as expected. Very trivial testdata to exercise this. svn path=/trunk/libcss/; revision=4115
* Import beginnings of a CSS parsing library.John Mark Bell2008-05-011-0/+10
Currently comprises a lexer. svn path=/trunk/libcss/; revision=4112