fixed privitive value typo in tests

This commit is contained in:
Serge A. Zaitsev
2015-10-31 18:43:04 +02:00
parent 7fb89f1eb2
commit 076abddc19

View File

@@ -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;
}