Simplify standard tests by using 1 json per case.
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
{
|
||||
"signed_32": 150,
|
||||
"signed_64": "150"
|
||||
"signed32": 150,
|
||||
"negative32": -150,
|
||||
"string64": "150",
|
||||
"negative64": "-150"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user