aboutsummaryrefslogtreecommitdiff
path: root/test/suites/encoding-flags/compact-array
diff options
context:
space:
mode:
Diffstat (limited to 'test/suites/encoding-flags/compact-array')
-rw-r--r--test/suites/encoding-flags/compact-array/env1
-rw-r--r--test/suites/encoding-flags/compact-array/input1
-rw-r--r--test/suites/encoding-flags/compact-array/output1
3 files changed, 3 insertions, 0 deletions
diff --git a/test/suites/encoding-flags/compact-array/env b/test/suites/encoding-flags/compact-array/env
new file mode 100644
index 0000000..9eab19d
--- /dev/null
+++ b/test/suites/encoding-flags/compact-array/env
@@ -0,0 +1 @@
+export JSON_COMPACT=1
diff --git a/test/suites/encoding-flags/compact-array/input b/test/suites/encoding-flags/compact-array/input
new file mode 100644
index 0000000..44e2ace
--- /dev/null
+++ b/test/suites/encoding-flags/compact-array/input
@@ -0,0 +1 @@
+[1, 2]
diff --git a/test/suites/encoding-flags/compact-array/output b/test/suites/encoding-flags/compact-array/output
new file mode 100644
index 0000000..3169929
--- /dev/null
+++ b/test/suites/encoding-flags/compact-array/output
@@ -0,0 +1 @@
+[1,2] \ No newline at end of file