Open nrbrook opened 2 years ago
The following test fails in strict mode:
check(parse("{\"a\": \"a\" \"b\":\"b\"}", JSMN_ERROR_INVAL, 5));
Surely this should result in JSMN_ERROR_INVAL?
JSMN_ERROR_INVAL
You are correct and it is a currently known bug
The following test fails in strict mode:
Surely this should result in
JSMN_ERROR_INVAL
?