Skip to content

Commit ff565f7

Browse files
committed
1 parent 2ba01ea commit ff565f7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/tests/units/conditional-test.r3

+4-2
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,15 @@ Rebol [
2525
all [true x: 2 ()]
2626
][ x: 2 * x]
2727
--assert x = 4
28+
--test-- "unset value transparency in any and all"
29+
;@@ https://github.com/Oldes/Rebol-issues/issues/850
2830
;@@ https://github.com/Oldes/Rebol3/discussions/88
2931
--assert none? any []
3032
--assert none? any [()]
3133
--assert 1 = any [() 1]
3234
--assert 1 = all [1 ()]
33-
--assert #[true] = all []
34-
--assert #[true] = all [()]
35+
--assert unset? all []
36+
--assert unset? all [()]
3537
===end-group===
3638

3739
===start-group=== "SWITCH"

0 commit comments

Comments
 (0)