Skip to content

Commit ff05fe5

Browse files
committed
1 parent 145ac8f commit ff05fe5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/tests/units/series-test.r3

+6
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,12 @@ Rebol [
408408

409409
===end-group===
410410

411+
===start-group=== "MOVE"
412+
--test-- "move/skip"
413+
;@@ https://github.com/Oldes/Rebol-issues/issues/1629
414+
--assert [b 3 4 a 1 2] = head move/skip at [a 1 2 b 3 4] 4 -1 3
415+
--assert [b 3 4 a 1 2] = head move/to/skip at [a 1 2 b 3 4] 4 1 3
416+
===end-group===
411417

412418
===start-group=== "++ & --"
413419
--test-- "++ & -- on block!"

0 commit comments

Comments
 (0)