summaryrefslogtreecommitdiffstats
path: root/c/testdata
diff options
context:
space:
mode:
Diffstat (limited to 'c/testdata')
-rw-r--r--c/testdata4
1 files changed, 4 insertions, 0 deletions
diff --git a/c/testdata b/c/testdata
index 8e66a02a..c83ef9c5 100644
--- a/c/testdata
+++ b/c/testdata
@@ -207,6 +207,10 @@ null
[[], {}, [1,2], {"a":42}, "asdf"]
[0, 0, 2, 1, 4]
+[1,2,empty,3,empty,4]
+null
+[1,2,3,4]
+
#
# User-defined functions
# Oh god.