summaryrefslogtreecommitdiffstats
path: root/tests/all.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/all.test')
-rw-r--r--tests/all.test12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/all.test b/tests/all.test
index 0246d6fd..4477ec25 100644
--- a/tests/all.test
+++ b/tests/all.test
@@ -902,18 +902,6 @@ gsub("(?<x>.)[^a]*"; "+\(.x)-")
["fo", "foo", "barfoo", "foobar", "foob"]
["fo","","bar","foobar","foob"]
-.[","]
-"a,bc,def,ghij,klmno"
-[1,4,8,13]
-
-.[", "]
-"a,bc,def,ghij,klmno"
-[]
-
-.[", "]
-"a,b,, c, d,ef, , ghi, jklmn, o"
-[4,7,13,15,20,27]
-
[(index(","), rindex(",")), indices(",")]
"a,bc,def,ghij,klmno"
[1,13,[1,4,8,13]]