Skip to content

Commit 373bd66

Browse files
committed
1 parent 6828336 commit 373bd66

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/tests/units/series-test.r3

+9
Original file line numberDiff line numberDiff line change
@@ -953,6 +953,15 @@ Rebol [
953953

954954
===end-group===
955955

956+
===start-group=== "REMOVE-EACH"
957+
958+
--test-- "break in remove-each"
959+
;@@ https://github.com/Oldes/Rebol-issues/issues/2192
960+
remove-each n s: [1 2 3 4] [if n = 2 [break] true]
961+
--assert s = [2 3 4]
962+
963+
===end-group===
964+
956965
===start-group=== "STRING conversion"
957966

958967
--test-- "issues/2336"

0 commit comments

Comments
 (0)