From 076abddc19f844b98e5ee591eae8d8a9a34c2c19 Mon Sep 17 00:00:00 2001 From: "Serge A. Zaitsev" Date: Sat, 31 Oct 2015 18:43:04 +0200 Subject: [PATCH] fixed privitive value typo in tests --- test/tests.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tests.c b/test/tests.c index 982d794..4420746 100644 --- a/test/tests.c +++ b/test/tests.c @@ -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; }