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
e843616cc62c2f170486539b59538cdbaf76c81d
json-c
/
tests
History
Eric Haszlakiewicz
e8161a11bb
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
..
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_cast.c
…
test_cast.expected
…
test_cast.test
…
test_locale.c
…
test_locale.expected
Include the test_locale test in the tests that run.
2013-02-26 21:14:07 -06: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
…
test_null.expected
…
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
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.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
…