commit | 9916b1b707aaae8fab01910766a53473b572d6a1 | [log] [tgz] |
---|---|---|
author | Laurence Lundblade <laurencelundblade@users.noreply.github.com> | Sat Sep 07 22:33:25 2019 -0700 |
committer | GitHub <noreply@github.com> | Sat Sep 07 22:33:25 2019 -0700 |
tree | 0abcad625020be806398ef9176a6f9725e1adbe8 | |
parent | bb1062e1732195317508694f6c25fb3056615b82 [diff] [blame] |
Fix bug decoding empty arrays and maps (#16)
diff --git a/test/run_tests.c b/test/run_tests.c index 374b40e..becd545 100644 --- a/test/run_tests.c +++ b/test/run_tests.c
@@ -100,6 +100,7 @@ test_entry s_tests[] = { + TEST_ENTRY(EmptyMapsAndArraysTest), TEST_ENTRY(NotWellFormedTests), TEST_ENTRY(ParseMapAsArrayTest), TEST_ENTRY(AllocAllStringsTest),