diff options
Diffstat (limited to '')
-rw-r--r-- | tests/inputs/int32/int32.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/inputs/int32/int32.json b/tests/inputs/int32/int32.json new file mode 100644 index 0000000..34d4111 --- /dev/null +++ b/tests/inputs/int32/int32.json @@ -0,0 +1,4 @@ +{ + "positive": 150, + "negative": -150 +} |