summaryrefslogtreecommitdiffstats
path: root/tests/all.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/all.test')
-rw-r--r--tests/all.test4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/all.test b/tests/all.test
index e412c626..e0fac8dd 100644
--- a/tests/all.test
+++ b/tests/all.test
@@ -327,6 +327,10 @@ join(",","/")
"a,b,c,d"
"a/b/c/d"
+[.[]|join("a")]
+[[""],["",""],["","",""]]
+["","a","aa"]
+
# Same check for flatten/1
flatten(-1,3,2,1)
[0, [1], [[2]], [[[3]]]]