We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 644ac28 commit 2460990Copy full SHA for 2460990
src/tests/units/module-test.r3
@@ -33,7 +33,7 @@ supplement system/options/module-paths join what-dir %units/files/
33
unset in system/contexts/user 'c
34
m: module [][export a: 1 b: 2 export c: does [a + b]]
35
--assert all [
36
- object? spec: spec-of m
+ object? spec: spec-of m ;@@ https://github.com/Oldes/Rebol-issues/issues/1006
37
[a c] = spec/exports
38
m/c = 3
39
unset? :system/contexts/user/a
0 commit comments