aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/json
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-03-30 05:58:50 +0200
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-03-30 07:03:09 +0200
commitfdbebb9049649d78b5d834def96715e81c8797e6 (patch)
tree5a3ef2feffe62f57b0ee23d0dbeed2ee14bd256d /test/core/json
parent1635d36a0a543e8ae75b57e3cb8d1af97fcb0438 (diff)
Adding json test case.
Diffstat (limited to 'test/core/json')
-rw-r--r--test/core/json/json_test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/core/json/json_test.c b/test/core/json/json_test.c
index 13ee5bbe45..49bdf377ac 100644
--- a/test/core/json/json_test.c
+++ b/test/core/json/json_test.c
@@ -89,6 +89,7 @@ static testing_pair testing_pairs[] = {
{"{\"foo\": bar}", NULL},
{"{\"foo\": bar\"x\"}", NULL},
{"fals", NULL},
+ {"0,0", NULL},
/* Testing unterminated string. */
{"\"\\x", NULL},
/* Testing invalid UTF-16 number. */