The following test fails in strict mode: ```c check(parse("{\"a\": \"a\" \"b\":\"b\"}", JSMN_ERROR_INVAL, 5)); ``` Surely this should result in `JSMN_ERROR_INVAL`?