summaryrefslogtreecommitdiff
path: root/test/cases
Commit message (Expand)AuthorAgeFilesLines
* move tests down directoryLloyd Hilaiel2014-02-15116-2493/+0
* fix a bug in overflow detection in integer parsing routine, add overflow test...Lloyd Hilaiel2011-04-256-0/+12
* rework programmatic configuration of yajl. both generator and parser now hav...Lloyd Hilaiel2011-04-2121-10/+11
* add tests cases for partial value configLloyd Hilaiel2011-04-204-0/+11
* add a test case which demonstrates how new parsing configuration in yajl 2.x ...Lloyd Hilaiel2011-04-202-0/+4
* fixes to testing system. allowGarbage is misnamed, it actually means *forbid...Lloyd Hilaiel2011-04-206-0/+0
* add a missing test case - multiple integers in a streamLloyd Hilaiel2011-04-201-0/+1
* Parse null bytes correctly.Conrad Irwin2011-04-202-0/+1
* o rework yajl apiLloyd Hilaiel2011-04-2017-0/+57
* add test case and goldfile contributed by karl adamLloyd Hilaiel2011-02-162-0/+9
* test/cases/integers.json.gold: Adapt test-case for 64bit architecture.Florian Forster2009-08-272-3/+2
* fix bug in UTF8 validation, add unit tests for 3 and 4 byte utf8 stringsLloyd Hilaiel2009-04-244-0/+15
* * BREAKING API CHANGE: allow client to specify memory allocation routinesLloyd Hilaiel2009-04-0139-0/+39
* Tests of unbalanced structure; these work and help show that yajlTimothy J. Wood2009-02-268-0/+8
* Added test cases where one of the top-level constants is followed by garbage.Timothy J. Wood2009-02-256-0/+6
* Test case for a top-level empty string.Timothy J. Wood2009-02-252-0/+2
* Add tests for top-level bool and null constants.Timothy J. Wood2009-02-256-0/+6
* fix double dest gold file for warning free new double formatLloyd Hilaiel2009-02-161-4/+4
* updated TODO, removing 'make install' target, adding more language on the num...Lloyd Hilaiel2008-12-242-0/+2
* introduction of yajl_number callback to allow clients to handle arbitraryllooyd2008-04-252-4/+5
* test cases gold output non-bufferedlloydh2008-01-147-7/+7
* add random test case of bad char in json string.lloydh2007-11-112-0/+8
* Add support for UTF8 validation during parsing, fiddle testing to lloydh2007-11-1111-18/+3
* add missing test file for erroring out for comments when disabled.lloydh2007-07-251-0/+11
* support comments, configurable with an argument to yajl_alloc.lloydh2007-07-255-0/+61
* move all files to trunk.lloydh2007-07-1744-0/+2254