jansson/test
Petri Lehtinen 04d550b02e Add stripped unit tests for decoder
That is, test cases where there's no newline or other whitespace at
the beginning or end of input. This was implemented by adding a
--strip option to split-testfile to strip the input file after writing
it.

The actual test JSON texts are the same as testdata/invalid and
testdata/valid. The expected output of the invalid cases had to be
adjusted a bit: because there's no newline at the end, some of the
line numbers needed to be changed.
2009-09-08 17:03:01 +03:00
..
testdata Add stripped unit tests for decoder 2009-09-08 17:03:01 +03:00
testprogs Better argument validation 2009-09-06 22:24:55 +03:00
.gitignore test/.gitignore: Add testprogs/test_simple 2009-09-07 21:25:22 +03:00
json-compare.py Add some missing copyright notices 2009-08-25 17:50:41 +03:00
load_file_dump_file.c Add LICENSE and a copyright note to all sources 2009-07-30 11:32:24 +03:00
loadf_dumpf.c Add LICENSE and a copyright note to all sources 2009-07-30 11:32:24 +03:00
loads_dumps.c Add LICENSE and a copyright note to all sources 2009-07-30 11:32:24 +03:00
Makefile.am Distribute appropriate files 2009-08-25 21:48:34 +03:00
run-test Add stripped unit tests for decoder 2009-09-08 17:03:01 +03:00
split-testfile.py Add stripped unit tests for decoder 2009-09-08 17:03:01 +03:00
test-api Expand value test coverage 2009-08-23 13:34:12 +03:00
test-invalid Add stripped unit tests for decoder 2009-09-08 17:03:01 +03:00
test-valid Add stripped unit tests for decoder 2009-09-08 17:03:01 +03:00