summaryrefslogtreecommitdiffstats
path: root/tests/inputs/repeatedpacked/repeatedpacked.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/inputs/repeatedpacked/repeatedpacked.json')
-rw-r--r--tests/inputs/repeatedpacked/repeatedpacked.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/inputs/repeatedpacked/repeatedpacked.json b/tests/inputs/repeatedpacked/repeatedpacked.json
new file mode 100644
index 0000000..106fd90
--- /dev/null
+++ b/tests/inputs/repeatedpacked/repeatedpacked.json
@@ -0,0 +1,5 @@
+{
+ "counts": [1, 2, -1, -2],
+ "signed": ["1", "2", "-1", "-2"],
+ "fixed": [1.0, 2.7, 3.4]
+}