cJSON/tests
Bob Kocisko d26a42af8d json patch: adding to a subfield of a non-object now fails as expected 2018-03-22 11:10:29 -04:00
..
inputs Remove trailing space 2017-11-04 21:19:15 +08:00
json-patch-tests json patch: adding to a subfield of a non-object now fails as expected 2018-03-22 11:10:29 -04:00
unity Update Unity to 2.4.3 2017-11-28 03:15:50 +01:00
CMakeLists.txt Tests: Test if the readme examples are working 2017-12-31 01:35:09 +01:00
cjson_add.c cJSON_Add...ToObject: Add tests for failure conditions 2017-12-29 23:26:53 +01:00
common.h Fix tests when building as static library 2017-11-28 16:44:24 +01:00
compare_tests.c cJSON_Compare: Fix comparison of objects 2017-06-14 17:48:56 +02:00
json_patch_tests.c Add warning -Wmissing-variable-declarations 2017-06-28 17:28:49 +02:00
misc_tests.c add_item_to_object: Fix use-after-free when string is aliased 2018-03-02 19:49:55 +01:00
misc_utils_tests.c misc_utils_tests: call all utils function with NULL pointers 2017-06-28 16:01:20 +02:00
old_utils_tests.c old_utils_tests: Remove leftover unused attribute 2017-05-10 01:15:28 +02:00
parse_array.c Move 'hooks' parameter into buffers (parse/print) 2017-04-27 02:48:28 +02:00
parse_examples.c Improve existing tests showing behaviour of Parse and ParseWithOpts functions. 2017-09-08 01:20:52 +01:00
parse_hex4.c tests/parse_hex4: Fix GCC 7 compiler warning (fixes #179) 2017-06-04 21:29:14 +02:00
parse_number.c Move 'hooks' parameter into buffers (parse/print) 2017-04-27 02:48:28 +02:00
parse_object.c Move 'hooks' parameter into buffers (parse/print) 2017-04-27 02:48:28 +02:00
parse_string.c Move 'hooks' parameter into buffers (parse/print) 2017-04-27 02:48:28 +02:00
parse_value.c Move 'hooks' parameter into buffers (parse/print) 2017-04-27 02:48:28 +02:00
parse_with_opts.c Merge branch 'develop' 2017-10-08 22:05:02 +02:00
print_array.c Move 'hooks' parameter into buffers (parse/print) 2017-04-27 02:48:28 +02:00
print_number.c tests/print_number: Add test with 17 digits of precision 2017-06-28 17:28:50 +02:00
print_object.c Move 'hooks' parameter into buffers (parse/print) 2017-04-27 02:48:28 +02:00
print_string.c Move 'hooks' parameter into buffers (parse/print) 2017-04-27 02:48:28 +02:00
print_value.c Move 'hooks' parameter into buffers (parse/print) 2017-04-27 02:48:28 +02:00
readme_examples.c Tests: Test if the readme examples are working 2017-12-31 01:35:09 +01:00