summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fixed test1 regression.Tobias Stoeckmann2020-09-111-0/+2
* Merge pull request #660 from stoeckmann/arraylistEric Hawicz2020-08-241-0/+22
|\
| * Validate size arguments in arraylist functions.Tobias Stoeckmann2020-08-241-0/+22
* | Properly format errnos in _json_c_strerrorTobias Stoeckmann2020-08-224-1/+16
|/
* Fix json_object_get_boolean() doc for the object and array cases (always retu...Eric Haszlakiewicz2020-08-172-0/+45
* Change the strerror_override handling to check $_JSON_C_STRERROR_OVERRIDE ins...Eric Haszlakiewicz2020-07-044-6/+7
* Replace one call to json_object_new_array() with json_object_new_array_ext() ...Eric Haszlakiewicz2020-06-291-1/+1
* Fix code formattingEric Haszlakiewicz2020-06-291-2/+2
* Make sure TEST_PARSE_CHUNKSIZE is valid if it's set.Eric Haszlakiewicz2020-06-291-0/+1
* In the json_tokener_state_number case, explicitly adjust what "number" charac...Eric Haszlakiewicz2020-06-292-17/+43
* Fix incremental parsing of invalid numbers with exponents, such as "0e+-" and...Eric Haszlakiewicz2020-06-272-2/+46
* Fix memory leak in test_parse's single_incremental_parse().Eric Haszlakiewicz2020-06-221-0/+4
* Issue #616: Change the parsing of surrogate pairs in unicode escapes so it us...Eric Haszlakiewicz2020-06-212-7/+27
* In test_parse, fix lengths passed during a couple of incremental tests.Eric Haszlakiewicz2020-06-212-5/+52
* Merge pull request #633 from dota17/issue616Eric Hawicz2020-06-202-27/+94
|\
| * fix issue 616: support the surrogate pair in split file.dota172020-06-082-27/+94
* | Eliminate unnecessary cast that was added to test_double_serializer.Eric Haszlakiewicz2020-06-071-1/+1
* | The split of json_object into type-specific sub-structures is now functionall...Eric Haszlakiewicz2020-06-072-5/+5
* | Kick json_type_string out of struct json_object.Eric Haszlakiewicz2020-06-071-0/+4
* | Kick json_type_int and json_type_double out of struct json_object.Eric Haszlakiewicz2020-05-261-1/+1
* | Kick json_type_array out of struct json_object; re-enable the test_deep_copy ...Eric Haszlakiewicz2020-05-251-2/+1
* | Start splitting struct json_object into multiple sub-types, as descibed at ht...Eric Haszlakiewicz2020-05-251-1/+2
|/
* test_deep_copy: Fix assertion value.Björn Esser2020-05-181-1/+1
* tests: Fix test_double_serializer without thread-local storage.Björn Esser2020-05-181-0/+1
* Prevent truncation on custom double formatters.Tobias Stoeckmann2020-05-162-1/+15
* Improved support for IBM operating systemsDavid McCann2020-05-143-10/+10
* fix json_parse_uint64() usage of errnoPierce Lopez2020-05-101-4/+4
* Fix snprintf on windows problem for test4.Eric Haszlakiewicz2020-05-101-0/+1
* Re-format after recent change to fix linkhash.Eric Haszlakiewicz2020-05-101-2/+1
* Issue #599: Fix the backwards check in lh_table_insert_w_hash() that was prev...Eric Haszlakiewicz2020-05-102-0/+30
* Add a JSON_TOKENER_ALLOW_TRAILING_CHARS flag for json_tokener_set_flags() to ...Eric Haszlakiewicz2020-04-212-1/+11
* Add an tok_flags field to explicitly specify tokener flags in test_parse and ...Eric Haszlakiewicz2020-04-211-38/+26
* Merge pull request #524 from dota17/addTestCase_obj_tokenEric Haszlakiewicz2020-04-156-3/+90
|\
| * remove unsuitable casedota172020-04-151-17/+0
| * clang-format two test_util_file.c and test_object_iterator.cdota172020-04-142-16/+17
| * Increased the test coverage of json_util.c from 76% to 90.3%.chenguoping2020-04-142-0/+47
| * Increased the test coverage of json_object_iterator.c from 0% to 100%chenguoping2020-04-144-1/+57
* | clang-format test1.cdota172020-04-141-11/+12
* | fix valgrind errorschenguoping2020-04-141-2/+9
* | testcase for array_listchenguoping2020-04-147-0/+130
|/
* Be verbose on failing json_c_version test.Björn Esser2020-04-111-0/+8
* Merge pull request #576 from besser82/topic/besser82/increase_coverageEric Haszlakiewicz2020-04-111-0/+6
|\
| * Test coverage for json_c_version.Björn Esser2020-04-111-0/+6
* | Remove multiple trailing newlines at EOF.Björn Esser2020-04-111-1/+0
* | Clean trailing white-space.Björn Esser2020-04-112-2/+2
|/
* Remove autoconf machinery, we're using cmake now. Update the release checkli...Eric Haszlakiewicz2020-04-091-69/+0
* clang-format the filesdota172020-04-0322-629/+610
* add the disabling formatting coments and adjust the partial code manulydota172020-04-032-28/+34
* add test casesdota172020-03-318-0/+87
* Merge pull request #547 from dota17/assert_testEric Haszlakiewicz2020-03-033-5/+6
|\