aboutsummaryrefslogtreecommitdiff
path: root/tests/run/multi-array.check
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run/multi-array.check')
-rw-r--r--tests/run/multi-array.check4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/run/multi-array.check b/tests/run/multi-array.check
new file mode 100644
index 000000000..f163dae13
--- /dev/null
+++ b/tests/run/multi-array.check
@@ -0,0 +1,4 @@
+Array(1, 2, 3)
+null
+Array(Array(0, 0, 0), Array(0, 0, 0), Array(0, 0, 0))
+Array(Array(0, 1, 2), Array(1, 2, 3), Array(2, 3, 4))