fixed privitive value typo in tests

master
Serge A. Zaitsev 9 years ago
parent 7fb89f1eb2
commit 076abddc19

@ -285,7 +285,7 @@ int test_input_length(void) {
check(tokeq(js, tokens, 3, check(tokeq(js, tokens, 3,
JSMN_OBJECT, -1, -1, 1, JSMN_OBJECT, -1, -1, 1,
JSMN_STRING, "a", 1, JSMN_STRING, "a", 1,
JSMN_PRIMITIVE, 0)); JSMN_PRIMITIVE, "0"));
return 0; return 0;
} }

Loading…
Cancel
Save