Skip to content

Commit 3da722a

Browse files
committed
1 parent 60694e3 commit 3da722a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/tests/units/series-test.r3

+5
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,11 @@ Rebol [
319319
--assert #{00001100} = head trim/tail at copy bin 5
320320
--assert #{00110000} = head trim/head at copy bin 2
321321
--assert #{0011} = head trim/all at copy bin 2
322+
--test-- "trim block!"
323+
blk: [#[none] 1 #[none] 2 #[none]]
324+
;@@ https://github.com/Oldes/Rebol-issues/issues/825
325+
--assert [1 #[none] 2 #[none]] = trim/head copy blk
326+
--assert [#[none] 1 #[none] 2] = trim/tail copy blk
322327

323328
===end-group===
324329

0 commit comments

Comments
 (0)