Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Sep 1, 2021
1 parent 4112c30 commit 8c02776
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/tests/units/vector-test.r3
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ Rebol [
--assert 1 = v/1
--assert 3 = v/3

--test-- "HEAD, TAIL on vector"
;@@ https://github.com/Oldes/Rebol-issues/issues/462
v: #[ui8! [1 2 3]]
--assert tail? tail v
--assert head? head v

--test-- "to-block vector!"
;@@ https://github.com/Oldes/Rebol-issues/issues/865
--assert [0 0] = to-block make vector! [integer! 32 2]
Expand Down

0 comments on commit 8c02776

Please sign in to comment.