Skip to content

Commit da2798a

Browse files
committed
1 parent 1c32dcf commit da2798a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/tests/units/vector-test.r3

+14
Original file line numberDiff line numberDiff line change
@@ -385,4 +385,18 @@ Rebol [
385385

386386
===end-group===
387387

388+
389+
===start-group=== "PICK"
390+
--test-- "PICK of vector!"
391+
;@@ https://github.com/Oldes/Rebol-issues/issues/748
392+
v: #[ui32! [1 2 3]]
393+
--assert all [
394+
1 = pick v 1
395+
2 = pick v 2
396+
none? pick v -1
397+
none? pick v 0
398+
none? pick v 10
399+
]
400+
===end-group===
401+
388402
~~~end-file~~~

0 commit comments

Comments
 (0)