We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a6ff44 commit d694614Copy full SHA for d694614
src/tests/units/series-test.r3
@@ -1938,6 +1938,12 @@ Rebol [
1938
--assert ["c" "c"] = split "c c" " "
1939
--assert ["1,2"] = split "1,2" " "
1940
--assert ["c" "c "] = split "c,c " ","
1941
+ ;@@ https://github.com/Oldes/Rebol-issues/issues/1096
1942
+ --assert [""] = split/parts "" 1
1943
+ --assert ["" ""] = split/parts "" 2
1944
+ --assert ["" "" ""] = split/parts "" 3
1945
+ --assert ["x" ""] = split/parts "x" 2
1946
+
1947
--test-- "split gregg 1"
1948
;@@ https://gist.github.com/greggirwin/66d7c6892fc310097cd91ab354189542
1949
--assert (split "1234567812345678" 4) = ["1234" "5678" "1234" "5678"]
0 commit comments