We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ba01ea commit ff565f7Copy full SHA for ff565f7
src/tests/units/conditional-test.r3
@@ -25,13 +25,15 @@ Rebol [
25
all [true x: 2 ()]
26
][ x: 2 * x]
27
--assert x = 4
28
+ --test-- "unset value transparency in any and all"
29
+ ;@@ https://github.com/Oldes/Rebol-issues/issues/850
30
;@@ https://github.com/Oldes/Rebol3/discussions/88
31
--assert none? any []
32
--assert none? any [()]
33
--assert 1 = any [() 1]
34
--assert 1 = all [1 ()]
- --assert #[true] = all []
- --assert #[true] = all [()]
35
+ --assert unset? all []
36
+ --assert unset? all [()]
37
===end-group===
38
39
===start-group=== "SWITCH"
0 commit comments