Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Mar 21, 2024
1 parent c9895fa commit 9f9ab3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tests/units/bitset-test.r3
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,8 @@ Rebol [
;@@ https://github.com/Oldes/Rebol-issues/issues/1283
bits: make bitset! [1]
--assert find bits [1] ;- no crash
--assert not find bits [2]
--assert not find bits [1 2]

--test-- "to-binary bitset"
;@@ https://github.com/Oldes/Rebol-issues/issues/2436
Expand Down

0 comments on commit 9f9ab3e

Please sign in to comment.