Simplify standard tests by using 1 json per case.

This commit is contained in:
boukeversteegh
2020-05-22 20:58:14 +02:00
parent dd4873dfba
commit dfa0a56b39
7 changed files with 19 additions and 14 deletions

View File

@@ -1,4 +1,6 @@
{
"signed_32": 150,
"signed_64": "150"
"signed32": 150,
"negative32": -150,
"string64": "150",
"negative64": "-150"
}