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.
 
 
 
 
 
 
Stoian Ivanov e518b22b72 string set and tests 9 years ago
..
Makefile.am some simple tests 9 years ago
parse_flags.c Enable -Werror and fix a number of minor warnings that existed. 12 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. 13 years ago
strerror_override.c 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. 9 years ago
test-defs.sh Very minor changes to some tests 9 years ago
test1.c Issue #260: add a check to prevent trivial loops in the object tree, even though it is up to the callers to avoid doing so in more complex cases. 9 years ago
test1.expected Add tests for the json_object_array_del_idx() function. 9 years ago
test1.test Extend test1 and test2 to run using json_object_to_json_string_ext() based on an additional command line parameter. 13 years ago
test1Formatted_plain.expected Add tests for the json_object_array_del_idx() function. 9 years ago
test1Formatted_pretty.expected Add tests for the json_object_array_del_idx() function. 9 years ago
test1Formatted_spaced.expected Add tests for the json_object_array_del_idx() function. 9 years ago
test2.c Very minor changes to some tests 9 years ago
test2.expected Move the rest of the tests into the tests subdirectory. 13 years ago
test2.test Extend test1 and test2 to run using json_object_to_json_string_ext() based on an additional command line parameter. 13 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. 13 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. 13 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. 13 years ago
test4.c Very minor changes to some tests 9 years ago
test4.expected Move the rest of the tests into the tests subdirectory. 13 years ago
test4.test Move the rest of the tests into the tests subdirectory. 13 years ago
testReplaceExisting.c Issue #240: add arbitrary use of val's in foreach loops to squash warnings about unused variables. 9 years ago
testReplaceExisting.expected Issue #240: add arbitrary use of val's in foreach loops to squash warnings about unused variables. 9 years ago
testReplaceExisting.test Rewrite json_object_object_add to replace just the value if the key already exists so keys remain valid. 13 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. 10 years ago
test_cast.expected Move the rest of the tests into the tests subdirectory. 13 years ago
test_cast.test Move the rest of the tests into the tests subdirectory. 13 years ago
test_charcase.c Remove trailing whitespace 11 years ago
test_charcase.expected Rename the "test_case" test to "test_charcase" to make it slightly less confusing. 11 years ago
test_charcase.test Rename the "test_case" test to "test_charcase" to make it slightly less confusing. 11 years ago
test_compare.c Add some basic tests for verifying json_object_equal behavior 9 years ago
test_compare.expected Add some basic tests for verifying json_object_equal behavior 9 years ago
test_compare.test Add some basic tests for verifying json_object_equal behavior 9 years ago
test_double_serializer.c Make default double serializer ignore userdata again 9 years ago
test_double_serializer.expected Make default double serializer ignore userdata again 9 years ago
test_double_serializer.test Make default double serializer ignore userdata again 9 years ago
test_locale.c Issue #246: Include xlocale.h too, to get locale_t defined, since not all OSes include that in locale.h 9 years ago
test_locale.expected Issue #195: Actually call uselocale() in the new locale handling code in json_tokener. 9 years ago
test_locale.test Include the test_locale test in the tests that run. 12 years ago
test_null.c Very minor changes to some tests 9 years ago
test_null.expected Revert the test_null test back to emitted to stdout, and update the expected output to match. 12 years ago
test_null.test Move the rest of the tests into the tests subdirectory. 13 years ago
test_parse.c Very minor changes to some tests 9 years ago
test_parse.expected Fix issue #201: add a JSON_C_TO_STRING_NOSLASHESCAPE flag to turn off escaping of forward slashes. 9 years ago
test_parse.test Move the rest of the tests into the tests subdirectory. 13 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. 13 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. 13 years ago
test_parse_int64.test Simplify the tests Makefile to avoid repeating the name of each test. 11 years ago
test_printbuf.c Enable -Werror and fix a number of minor warnings that existed. 12 years ago
test_printbuf.expected Actually save the expected output for the test_printbuf test so it passes. 13 years ago
test_printbuf.test Add a test for the printbuf functions. 13 years ago
test_set_serializer.c Reformat the test sources. No functional change. 13 years ago
test_set_serializer.expected Update the set_serializer test to match the actual output. 13 years ago
test_set_serializer.test Add a json_set_serializer() function to allow the string output of a json_object to be customized. 13 years ago
test_set_value.c string set and tests 9 years ago
test_set_value.expected string set and tests 9 years ago
test_set_value.test some simple tests 9 years ago
test_util_file.c Fix memory leak and inconsistent output (due to varying fd numbers) in test_util_file. 9 years ago
test_util_file.expected Fix memory leak and inconsistent output (due to varying fd numbers) in test_util_file. 9 years ago
test_util_file.test Fix absolute paths in test_util_file that vary depending on where it is run. 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. 9 years ago