Unit Tests

- Added JSON test which includes spaces.
This commit is contained in:
Paul Beckingham 2015-01-19 18:09:54 -05:00
parent 654159b2fd
commit 44f2c0c98c

View file

@ -45,6 +45,8 @@ const char *positive_tests[] =
"{\n\"one\"\n:\n1\n}\n",
" { \"one\" : 1 } ",
"{\"name\":123, \"array\":[1,2,3.4], \"object\":{\"m1\":\"v1\", \"m2\":\"v2\"}}",
"{\"name\":\"value\",\"array\":[\"one\",\"two\"],\"object\":{\"name2\":123,\"literal\":false}}",