aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2009-10-29load: Parse a badly put - sign correctlyPetri Lehtinen2-2/+32
2009-10-27json_load_file: Initialize the error struct properlyPetri Lehtinen3-1/+27
2009-10-20Distribute stripped unit test dataPetri Lehtinen1-1/+1
2009-10-16Fix indentationPetri Lehtinen3-5/+5
2009-10-15Enhance handling of circular referencesPetri Lehtinen2-0/+76
2009-10-14Make integer, real and string mutablePetri Lehtinen1-0/+28
2009-10-11Extend object APIPetri Lehtinen1-4/+139
2009-10-10Fix API tests for objectPetri Lehtinen2-1/+3
2009-09-29Extend array APIPetri Lehtinen2-6/+243
2009-09-13load: Check for integer and real overlfows and underflowsPetri Lehtinen2-0/+50
2009-09-11test/json-compare.py: Use json module from Python >=2.6 or simplejsonPetri Lehtinen1-3/+6
2009-09-08Add stripped unit tests for decoderPetri Lehtinen6-7/+287
2009-09-07test/.gitignore: Add testprogs/test_simplePetri Lehtinen1-0/+1
2009-09-06Better argument validationPetri Lehtinen3-3/+37
2009-09-06Expand test coveragePetri Lehtinen3-2/+109
2009-09-04Add reference stealing functions for inserting values to objects and arraysPetri Lehtinen2-1/+17
2009-08-25Distribute appropriate filesPetri Lehtinen2-0/+10
2009-08-25test: Add Makefile.am to test/testprogsPetri Lehtinen2-3/+13
2009-08-25Add some missing copyright noticesPetri Lehtinen2-0/+12
2009-08-24Detect garbage near EOF in json_loadf() and json_load_file()Petri Lehtinen1-0/+11
2009-08-24Add test for numbersPetri Lehtinen3-1/+46
2009-08-23Expand value test coveragePetri Lehtinen6-2/+256
2009-08-23run-test: Don't remove all testlogs when starting a new test suitePetri Lehtinen1-2/+1
2009-07-30Add LICENSE and a copyright note to all sourcesPetri Lehtinen7-0/+41
2009-07-28Rename json_{load,dump} to json_{load,dump}_filePetri Lehtinen4-6/+6
2009-07-28Fix some memory leaks and invalid memory referencesPetri Lehtinen1-0/+5
2009-07-28Enhance test systemPetri Lehtinen9-137/+170
2009-07-26Expand encoder test coveragePetri Lehtinen2-1/+5
2009-07-26Expand parser and Unicode test coveragePetri Lehtinen7-17/+123
2009-07-16Implement support for \u escapesPetri Lehtinen2-0/+28
2009-07-14Report errors from lexical and stream level in parserPetri Lehtinen1-5/+5
2009-07-13Streamify the loaderPetri Lehtinen1-7/+7
2009-07-13Get rid of json_dumpfd and json_loadfdPetri Lehtinen4-28/+1
2009-07-09Add some testsPetri Lehtinen13-0/+485