more test cases
This commit is contained in:
parent
03634cacbc
commit
abb8653115
29 changed files with 235 additions and 2 deletions
1
test/json_roundtrip/roundtrip01.json
Normal file
1
test/json_roundtrip/roundtrip01.json
Normal file
|
@ -0,0 +1 @@
|
|||
[null]
|
1
test/json_roundtrip/roundtrip02.json
Normal file
1
test/json_roundtrip/roundtrip02.json
Normal file
|
@ -0,0 +1 @@
|
|||
[true]
|
1
test/json_roundtrip/roundtrip03.json
Normal file
1
test/json_roundtrip/roundtrip03.json
Normal file
|
@ -0,0 +1 @@
|
|||
[false]
|
1
test/json_roundtrip/roundtrip04.json
Normal file
1
test/json_roundtrip/roundtrip04.json
Normal file
|
@ -0,0 +1 @@
|
|||
[0]
|
1
test/json_roundtrip/roundtrip05.json
Normal file
1
test/json_roundtrip/roundtrip05.json
Normal file
|
@ -0,0 +1 @@
|
|||
["foo"]
|
1
test/json_roundtrip/roundtrip06.json
Normal file
1
test/json_roundtrip/roundtrip06.json
Normal file
|
@ -0,0 +1 @@
|
|||
[]
|
1
test/json_roundtrip/roundtrip07.json
Normal file
1
test/json_roundtrip/roundtrip07.json
Normal file
|
@ -0,0 +1 @@
|
|||
{}
|
1
test/json_roundtrip/roundtrip08.json
Normal file
1
test/json_roundtrip/roundtrip08.json
Normal file
|
@ -0,0 +1 @@
|
|||
[0,1]
|
1
test/json_roundtrip/roundtrip09.json
Normal file
1
test/json_roundtrip/roundtrip09.json
Normal file
|
@ -0,0 +1 @@
|
|||
{"foo":"bar"}
|
1
test/json_roundtrip/roundtrip10.json
Normal file
1
test/json_roundtrip/roundtrip10.json
Normal file
|
@ -0,0 +1 @@
|
|||
{"a":null,"foo":"bar"}
|
1
test/json_roundtrip/roundtrip11.json
Normal file
1
test/json_roundtrip/roundtrip11.json
Normal file
|
@ -0,0 +1 @@
|
|||
[-1]
|
1
test/json_roundtrip/roundtrip12.json
Normal file
1
test/json_roundtrip/roundtrip12.json
Normal file
|
@ -0,0 +1 @@
|
|||
[-2147483648]
|
1
test/json_roundtrip/roundtrip13.json
Normal file
1
test/json_roundtrip/roundtrip13.json
Normal file
|
@ -0,0 +1 @@
|
|||
[-1234567890123456789]
|
1
test/json_roundtrip/roundtrip14.json
Normal file
1
test/json_roundtrip/roundtrip14.json
Normal file
|
@ -0,0 +1 @@
|
|||
[-9223372036854775808]
|
1
test/json_roundtrip/roundtrip15.json
Normal file
1
test/json_roundtrip/roundtrip15.json
Normal file
|
@ -0,0 +1 @@
|
|||
[1]
|
1
test/json_roundtrip/roundtrip16.json
Normal file
1
test/json_roundtrip/roundtrip16.json
Normal file
|
@ -0,0 +1 @@
|
|||
[2147483647]
|
1
test/json_roundtrip/roundtrip17.json
Normal file
1
test/json_roundtrip/roundtrip17.json
Normal file
|
@ -0,0 +1 @@
|
|||
[4294967295]
|
1
test/json_roundtrip/roundtrip18.json
Normal file
1
test/json_roundtrip/roundtrip18.json
Normal file
|
@ -0,0 +1 @@
|
|||
[1234567890123456789]
|
1
test/json_roundtrip/roundtrip19.json
Normal file
1
test/json_roundtrip/roundtrip19.json
Normal file
|
@ -0,0 +1 @@
|
|||
[9223372036854775807]
|
1
test/json_roundtrip/roundtrip20.json
Normal file
1
test/json_roundtrip/roundtrip20.json
Normal file
|
@ -0,0 +1 @@
|
|||
[0.0]
|
1
test/json_roundtrip/roundtrip21.json
Normal file
1
test/json_roundtrip/roundtrip21.json
Normal file
|
@ -0,0 +1 @@
|
|||
[-0.0]
|
1
test/json_roundtrip/roundtrip22.json
Normal file
1
test/json_roundtrip/roundtrip22.json
Normal file
|
@ -0,0 +1 @@
|
|||
[1.2345]
|
1
test/json_roundtrip/roundtrip23.json
Normal file
1
test/json_roundtrip/roundtrip23.json
Normal file
|
@ -0,0 +1 @@
|
|||
[-1.2345]
|
1
test/json_roundtrip/roundtrip24.json
Normal file
1
test/json_roundtrip/roundtrip24.json
Normal file
|
@ -0,0 +1 @@
|
|||
[5e-324]
|
1
test/json_roundtrip/roundtrip25.json
Normal file
1
test/json_roundtrip/roundtrip25.json
Normal file
|
@ -0,0 +1 @@
|
|||
[2.225073858507201e-308]
|
1
test/json_roundtrip/roundtrip26.json
Normal file
1
test/json_roundtrip/roundtrip26.json
Normal file
|
@ -0,0 +1 @@
|
|||
[2.2250738585072014e-308]
|
1
test/json_roundtrip/roundtrip27.json
Normal file
1
test/json_roundtrip/roundtrip27.json
Normal file
|
@ -0,0 +1 @@
|
|||
[1.7976931348623157e308]
|
Loading…
Add table
Add a link
Reference in a new issue