This website requires JavaScript.
Explore
Help
Sign In
github-code
/
json-c
Watch
1
Star
0
Fork
0
You've already forked json-c
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
1d6f9140ba9f9200f23b5b91dafafd749d61241c
json-c
/
tests
History
Andrea Faulds
1d6f9140ba
Missing tests
2014-02-12 09:51:51 +00:00
..
Makefile.am
Include the test_locale test in the tests that run.
2013-02-26 21:14:07 -06:00
parse_flags.c
Enable -Werror and fix a number of minor warnings that existed.
2013-02-09 16:35:24 -06:00
parse_flags.h
…
parse_int64.test
…
test1.c
…
test1.expected
…
test1.test
…
test1Formatted_plain.expected
…
test1Formatted_pretty.expected
…
test1Formatted_spaced.expected
…
test2.c
…
test2.expected
…
test2.test
…
test2Formatted_plain.expected
…
test2Formatted_pretty.expected
…
test2Formatted_spaced.expected
…
test4.c
…
test4.expected
…
test4.test
…
test_case.c
Missing tests
2014-02-12 09:51:51 +00:00
test_case.expected
Missing tests
2014-02-12 09:51:51 +00:00
test_case.test
Missing tests
2014-02-12 09:51:51 +00:00
test_cast.c
…
test_cast.expected
…
test_cast.test
…
test_locale.c
…
test_locale.expected
Added a json_object_new_double_s() convenience function to allow an exact string representation of a double to be specified when creating the object and use it in json_tokener_parse_ex() so a re-serialized object more exactly matches the input.
2013-09-11 20:27:39 -05:00
test_locale.test
Include the test_locale test in the tests that run.
2013-02-26 21:14:07 -06:00
test_null.c
Revert the test_null test back to emitted to stdout, and update the expected output to match.
2012-12-23 10:25:03 -06:00
test_null.expected
Revert the test_null test back to emitted to stdout, and update the expected output to match.
2012-12-23 10:25:03 -06:00
test_null.test
…
test_parse_int64.c
…
test_parse_int64.expected
…
test_parse.c
Issue
#15
: add a way to set a JSON_TOKENER_STRICT flag to forbid commas at the end of arrays and objects.
2013-03-31 20:05:36 -05:00
test_parse.expected
Added a json_object_new_double_s() convenience function to allow an exact string representation of a double to be specified when creating the object and use it in json_tokener_parse_ex() so a re-serialized object more exactly matches the input.
2013-09-11 20:27:39 -05:00
test_parse.test
…
test_printbuf.c
Enable -Werror and fix a number of minor warnings that existed.
2013-02-09 16:35:24 -06:00
test_printbuf.expected
…
test_printbuf.test
…
test_set_serializer.c
…
test_set_serializer.expected
…
test_set_serializer.test
…
test-defs.sh
…
testReplaceExisting.c
Mark the "val" variable in json_object_object_foreach as unused so the compiler doesn't complain. Fix warnings in the testReplaceExisting test.
2013-02-21 12:32:29 -06:00
testReplaceExisting.expected
…
testReplaceExisting.test
…