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 92f31bd99a Handle the \f escape sequence (the two characters: backslash followed by an f, not a literal formfeed) and extend the test_parse test to check all valid escape sequences. 13 years ago
..
Makefile.am Rewrite json_object_object_add to replace just the value if the key already exists so keys remain valid. 13 years ago
parse_flags.c Missing explicit casts from void* to specific pointers required. Added #define strcasecmp for Visual C++. 13 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
parse_int64.test Move the rest of the tests into the tests subdirectory. 13 years ago
test-defs.sh Extend test1 and test2 to run using json_object_to_json_string_ext() based on an additional command line parameter. 13 years ago
test1.c Missing explicit casts from void* to specific pointers required. Added #define strcasecmp for Visual C++. 13 years ago
test1.expected Create a tests subdirectory and move one of the test to there. 13 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 Extend test1 and test2 to run using json_object_to_json_string_ext() based on an additional command line parameter. 13 years ago
test1Formatted_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
test1Formatted_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
test2.c Extend test1 and test2 to run using json_object_to_json_string_ext() based on an additional command line parameter. 13 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 Move the rest of the tests into the tests subdirectory. 13 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 Rewrite json_object_object_add to replace just the value if the key already exists so keys remain valid. 13 years ago
testReplaceExisting.expected Rewrite json_object_object_add to replace just the value if the key already exists so keys remain valid. 13 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 Move the rest of the tests into the tests subdirectory. 13 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_null.c Move the rest of the tests into the tests subdirectory. 13 years ago
test_null.expected Move the rest of the tests into the tests subdirectory. 13 years ago
test_null.test Move the rest of the tests into the tests subdirectory. 13 years ago
test_parse.c Handle the \f escape sequence (the two characters: backslash followed by an f, not a literal formfeed) and extend the test_parse test to check all valid escape sequences. 13 years ago
test_parse.expected Handle the \f escape sequence (the two characters: backslash followed by an f, not a literal formfeed) and extend the test_parse test to check all valid escape sequences. 13 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_printbuf.c Added a bunch of missing HAVE_* defines tested with ./configure script to fix compilation on Linux with GCC 4.7.1. The issue likely caused by my previous commits related to Visual C++ port of the code. 13 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