mirror of
https://github.com/outbackdingo/nDPId.git
synced 2026-01-27 18:19:39 +00:00
fixed privitive value typo in tests
This commit is contained in:
@@ -285,7 +285,7 @@ int test_input_length(void) {
|
||||
check(tokeq(js, tokens, 3,
|
||||
JSMN_OBJECT, -1, -1, 1,
|
||||
JSMN_STRING, "a", 1,
|
||||
JSMN_PRIMITIVE, 0));
|
||||
JSMN_PRIMITIVE, "0"));
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user