Adding json test case.

pull/6012/head
Nicolas "Pixel" Noble 9 years ago
parent 1635d36a0a
commit fdbebb9049
  1. 1
      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. */

Loading…
Cancel
Save