You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Eric Haszlakiewicz 4bf7ffa984 Issue #539: be sure to clean up at the end of test_set_value. 6 years ago
..
CMakeLists.txt Properly append to CMAKE_C_FLAGS string 6 years ago
Makefile.am Merge pull request #501 from andy5995/iss_406-2 6 years ago
parse_flags.c Added test cases for spaced pretty and pretty_tab used together 7 years ago
parse_flags.h Extend test1 and test2 to run using json_object_to_json_string_ext() based on an additional command line parameter. 14 years ago
test-defs.sh Add a quick way (JSONC_TEST_TRACE=1) to turn on shell tracing in tests. 6 years ago
test1.c add json_object_new_null 6 years ago
test1.expected add json_object_new_null 6 years ago
test1.test Added test cases for spaced pretty and pretty_tab used together 7 years ago
test1Formatted_plain.expected add json_object_new_null 6 years ago
test1Formatted_pretty.expected add json_object_new_null 6 years ago
test1Formatted_spaced.expected add json_object_new_null 6 years ago
test1Formatted_spaced_pretty.expected add json_object_new_null 6 years ago
test1Formatted_spaced_pretty_pretty_tab.expected add json_object_new_null 6 years ago
test2.c Very minor changes to some tests 10 years ago
test2.expected Move the rest of the tests into the tests subdirectory. 14 years ago
test2.test Added test cases for spaced pretty and pretty_tab used together 7 years ago
test2Formatted_plain.expected Extend test1 and test2 to run using json_object_to_json_string_ext() based on an additional command line parameter. 14 years ago
test2Formatted_pretty.expected Extend test1 and test2 to run using json_object_to_json_string_ext() based on an additional command line parameter. 14 years ago
test2Formatted_spaced.expected Extend test1 and test2 to run using json_object_to_json_string_ext() based on an additional command line parameter. 14 years ago
test2Formatted_spaced_pretty.expected Added test cases for spaced pretty and pretty_tab used together 7 years ago
test2Formatted_spaced_pretty_pretty_tab.expected Added test cases for spaced pretty and pretty_tab used together 7 years ago
test4.c Very minor changes to some tests 10 years ago
test4.expected Move the rest of the tests into the tests subdirectory. 14 years ago
test4.test tests: symlink basic tests to a single file that has the common code 9 years ago
testReplaceExisting.c Issue #240: add arbitrary use of val's in foreach loops to squash warnings about unused variables. 10 years ago
testReplaceExisting.expected Issue #240: add arbitrary use of val's in foreach loops to squash warnings about unused variables. 10 years ago
testReplaceExisting.test tests: symlink basic tests to a single file that has the common code 9 years ago
test_basic.test tests: compress test_utile_file with test_basic 9 years ago
test_cast.c Squash deprecated function warning by replacing json_object_object_get calls with json_object_object_get_ex in test_cast. 11 years ago
test_cast.expected Move the rest of the tests into the tests subdirectory. 14 years ago
test_cast.test tests: symlink basic tests to a single file that has the common code 9 years ago
test_charcase.c Fix memory leaks in test_double_serializer, and make sure all tests return 0 at the end of main(). 6 years ago
test_charcase.expected Rename the "test_case" test to "test_charcase" to make it slightly less confusing. 12 years ago
test_charcase.test tests: symlink basic tests to a single file that has the common code 9 years ago
test_compare.c Minor cleanup of includes in a couple of tests. 6 years ago
test_compare.expected Fixed typos 8 years ago
test_compare.test tests: symlink basic tests to a single file that has the common code 9 years ago
test_deep_copy.c add testcases of object and token 6 years ago
test_deep_copy.expected add testcases of object and token 6 years ago
test_deep_copy.test tests: add test_deep_copy test 8 years ago
test_double_serializer.c pointer types discards qualifiers 6 years ago
test_double_serializer.expected add testcases of object and token 6 years ago
test_double_serializer.test tests: symlink basic tests to a single file that has the common code 9 years ago
test_float.c Add a test for serializing the double value -1.0. 6 years ago
test_float.expected Add a test for serializing the double value -1.0. 6 years ago
test_float.test tests: symlink basic tests to a single file that has the common code 9 years ago
test_int_add.c Cast to int64_t instead of long in test_int_add to fix the test on 32-bit platforms. 8 years ago
test_int_add.expected Add json_object_add_int functions 8 years ago
test_int_add.test Add json_object_add_int functions 8 years ago
test_json_pointer.c update pointer test case 6 years ago
test_json_pointer.expected update pointer test case 6 years ago
test_json_pointer.test tests: symlink basic tests to a single file that has the common code 9 years ago
test_locale.c Fix memory leaks in test_double_serializer, and make sure all tests return 0 at the end of main(). 6 years ago
test_locale.expected Issue #195: Actually call uselocale() in the new locale handling code in json_tokener. 10 years ago
test_locale.test tests: symlink basic tests to a single file that has the common code 9 years ago
test_null.c Very minor changes to some tests 10 years ago
test_null.expected Revert the test_null test back to emitted to stdout, and update the expected output to match. 13 years ago
test_null.test tests: symlink basic tests to a single file that has the common code 9 years ago
test_parse.c Merge pull request #531 from dota17/utf8test 6 years ago
test_parse.expected update code 6 years ago
test_parse.test tests: symlink basic tests to a single file that has the common code 9 years ago
test_parse_int64.c Initialize errno before calling sscanf in json_parse_int64() so parsing valid numbers after parsing an out of range number works. 14 years ago
test_parse_int64.expected Initialize errno before calling sscanf in json_parse_int64() so parsing valid numbers after parsing an out of range number works. 14 years ago
test_parse_int64.test tests: symlink basic tests to a single file that has the common code 9 years ago
test_printbuf.c Increased the test coverage of printbuf.c 82% to 92%. 6 years ago
test_printbuf.expected Increased the test coverage of printbuf.c 82% to 92%. 6 years ago
test_printbuf.test tests: symlink basic tests to a single file that has the common code 9 years ago
test_set_serializer.c Reformat the test sources. No functional change. 14 years ago
test_set_serializer.expected Update the set_serializer test to match the actual output. 14 years ago
test_set_serializer.test tests: symlink basic tests to a single file that has the common code 9 years ago
test_set_value.c Issue #539: be sure to clean up at the end of test_set_value. 6 years ago
test_set_value.expected Issue #539: reset the serializer when json_object_set_double() is called and the current serializer is the one that json_object_new_double_s() used. 6 years ago
test_set_value.test tests: symlink basic tests to a single file that has the common code 9 years ago
test_util_file.c Fix test_util_file for VS2013 too, but skip all the tests for anything older than that because the limitations are too inconvenient. 6 years ago
test_util_file.expected Add a json_object_from_fd_ex() function, to allow the max nesting depth to be specified. 6 years ago
test_util_file.test tests: compress test_utile_file with test_basic 9 years ago
test_visit.c update json_visit testcase 6 years ago
test_visit.expected update json_visit testcase 6 years ago
test_visit.test tests: symlink basic tests to a single file that has the common code 9 years ago
valid.json Issue #189: Eliminate use of MC_ERROR from json_util.c, and add a json_util_get_last_err() function to retrieve the error for those callers that care about it. 10 years ago
valid_nested.json Add a json_object_from_fd_ex() function, to allow the max nesting depth to be specified. 6 years ago