release 0.1.0
This commit is contained in:
commit
30d94536a9
90 changed files with 7722 additions and 0 deletions
8
modules/core/tests/null.owa
Normal file
8
modules/core/tests/null.owa
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
(namespace tests.null
|
||||
(test.case "null.null?"
|
||||
(assert.ok! (null? null))
|
||||
(assert.ok! (null? :nil))
|
||||
(assert.not! (null? 0))
|
||||
(assert.not! (null? false))
|
||||
)
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue