test cases for the bools
This commit is contained in:
parent
cc4bc33331
commit
81e05b1ac8
|
@ -11,3 +11,7 @@ true
|
|||
false
|
||||
false
|
||||
true
|
||||
true
|
||||
false
|
||||
false
|
||||
true
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#lang planet dyoo/whalesong/base
|
||||
(require (planet dyoo/whalesong/lang/bool))
|
||||
|
||||
(boolean? "t")
|
||||
(boolean? #t)
|
||||
|
@ -15,3 +16,8 @@
|
|||
(char=? #\a #\a #\b)
|
||||
(char=? #\a #\b #\a)
|
||||
(char=? #\a #\a #\a)
|
||||
|
||||
true
|
||||
false
|
||||
(false? true)
|
||||
(false? false)
|
Loading…
Reference in New Issue
Block a user