repir boolean=? test
svn: r9948
This commit is contained in:
parent
344b225e20
commit
fadfbf73e1
|
@ -951,7 +951,7 @@
|
|||
(test (boolean? 0) #f)
|
||||
(test (boolean? '()) #f)
|
||||
|
||||
(test (boolean=? #f #f) #f)
|
||||
(test (boolean=? #f #f) #t)
|
||||
(test (boolean=? #t #t) #t)
|
||||
(test (boolean=? #t #f) #f)
|
||||
(test (boolean=? #f #t) #f)
|
||||
|
|
Loading…
Reference in New Issue
Block a user