jansson/test
Petri Lehtinen df307f1bc3 Report errors from lexical and stream level in parser
Before, only the syntax level (parse_*) was able to set the error
string. This patch fixes the situation so that lexical (lex_*) and
stream (stream_*) levels can report detailed error messages.

Also, instead of 0, EOF is now returned by stream on error.
2009-07-14 00:24:39 +03:00
..
testdata Report errors from lexical and stream level in parser 2009-07-14 00:24:39 +03:00
.gitignore Get rid of json_dumpfd and json_loadfd 2009-07-13 21:45:16 +03:00
json-compare.py Add some tests 2009-07-09 21:01:40 +03:00
load_dump.c Add some tests 2009-07-09 21:01:40 +03:00
loadf_dumpf.c Add some tests 2009-07-09 21:01:40 +03:00
loads_dumps.c Add some tests 2009-07-09 21:01:40 +03:00
Makefile.am Get rid of json_dumpfd and json_loadfd 2009-07-13 21:45:16 +03:00
run-test Get rid of json_dumpfd and json_loadfd 2009-07-13 21:45:16 +03:00
split-testfile.py Add some tests 2009-07-09 21:01:40 +03:00
test-invalid Add some tests 2009-07-09 21:01:40 +03:00
test-valid Add some tests 2009-07-09 21:01:40 +03:00