diff options
author | Craig Tiller <ctiller@google.com> | 2016-03-23 23:01:30 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-03-23 23:01:30 -0700 |
commit | a341fe2876e22f3a7048dcdaa59979054062d464 (patch) | |
tree | ba62e85aa7fbf973b9795772dcb7cc79f26e3af5 /test/core | |
parent | d0f1301d1299491916feb547634dfb7e22811beb (diff) |
Expand corpus
Diffstat (limited to 'test/core')
-rw-r--r-- | test/core/json/corpus/test1.json | 1 | ||||
-rw-r--r-- | test/core/json/corpus/test2.json | 1 | ||||
-rw-r--r-- | test/core/json/corpus/test3.json | 1 | ||||
-rw-r--r-- | test/core/json/corpus/test4.json | 1 | ||||
-rw-r--r-- | test/core/json/corpus/test5.json | 1 | ||||
-rw-r--r-- | test/core/json/corpus/test6.json | 1 | ||||
-rw-r--r-- | test/core/json/corpus/test7.json | 1 | ||||
-rw-r--r-- | test/core/json/corpus/test8.json | 1 | ||||
-rw-r--r-- | test/core/json/corpus/test9.json | 1 |
9 files changed, 9 insertions, 0 deletions
diff --git a/test/core/json/corpus/test1.json b/test/core/json/corpus/test1.json new file mode 100644 index 0000000000..2393cd01d4 --- /dev/null +++ b/test/core/json/corpus/test1.json @@ -0,0 +1 @@ +{"foo":"bar"} diff --git a/test/core/json/corpus/test2.json b/test/core/json/corpus/test2.json new file mode 100644 index 0000000000..810c96eeeb --- /dev/null +++ b/test/core/json/corpus/test2.json @@ -0,0 +1 @@ +"foo" diff --git a/test/core/json/corpus/test3.json b/test/core/json/corpus/test3.json new file mode 100644 index 0000000000..8adb9bb604 --- /dev/null +++ b/test/core/json/corpus/test3.json @@ -0,0 +1 @@ +[1,2,3,4] diff --git a/test/core/json/corpus/test4.json b/test/core/json/corpus/test4.json new file mode 100644 index 0000000000..4c3fcf9ac7 --- /dev/null +++ b/test/core/json/corpus/test4.json @@ -0,0 +1 @@ +1e943923 diff --git a/test/core/json/corpus/test5.json b/test/core/json/corpus/test5.json new file mode 100644 index 0000000000..03f1d792ec --- /dev/null +++ b/test/core/json/corpus/test5.json @@ -0,0 +1 @@ +100000000000000000000000000000000000000000000000000000000000001 diff --git a/test/core/json/corpus/test6.json b/test/core/json/corpus/test6.json new file mode 100644 index 0000000000..27ba77ddaf --- /dev/null +++ b/test/core/json/corpus/test6.json @@ -0,0 +1 @@ +true diff --git a/test/core/json/corpus/test7.json b/test/core/json/corpus/test7.json new file mode 100644 index 0000000000..c508d5366f --- /dev/null +++ b/test/core/json/corpus/test7.json @@ -0,0 +1 @@ +false diff --git a/test/core/json/corpus/test8.json b/test/core/json/corpus/test8.json new file mode 100644 index 0000000000..19765bd501 --- /dev/null +++ b/test/core/json/corpus/test8.json @@ -0,0 +1 @@ +null diff --git a/test/core/json/corpus/test9.json b/test/core/json/corpus/test9.json new file mode 100644 index 0000000000..affaba369a --- /dev/null +++ b/test/core/json/corpus/test9.json @@ -0,0 +1 @@ +{"alpha":null,"beta":false,"gamma":2.3,"xyz":"abc","negative":-133} |