From 1f024b1766df294404383d3bccc1addd531d013e Mon Sep 17 00:00:00 2001 From: Jakob Olsson <jakob.olsson@iopsys.eu> Date: Wed, 2 Oct 2019 15:20:11 +0200 Subject: [PATCH] update test.json example --- test.json | 1 + test/api_test.c | 1 + 2 files changed, 2 insertions(+) diff --git a/test.json b/test.json index b9f9184..de8e5d9 100644 --- a/test.json +++ b/test.json @@ -4,6 +4,7 @@ "api":"test2" }, "integer": 1, + "simple_array": [1,2,3,4], "array": [[1,2,3], [4,5,6]], "complex_nested": { "dummy": {}, diff --git a/test/api_test.c b/test/api_test.c index 5d3d054..9cc141d 100644 --- a/test/api_test.c +++ b/test/api_test.c @@ -72,6 +72,7 @@ static void test_build_from_scratch(void **state) \"api\":\"test2\"\ },\ \"integer\": 1,\ + \"simple_array\": [1, 2, 3, 4],\ \"array\": [[1, 2, 3],[4, 5, 6]],\ \"complex_nested\": {\ \"dummy\": {},\ -- GitLab