We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60694e3 commit 3da722aCopy full SHA for 3da722a
src/tests/units/series-test.r3
@@ -319,6 +319,11 @@ Rebol [
319
--assert #{00001100} = head trim/tail at copy bin 5
320
--assert #{00110000} = head trim/head at copy bin 2
321
--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
327
328
===end-group===
329
0 commit comments