mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-22 04:30:19 +02:00
* test.scm: Re-enable tests asserting that '() is true, and not a
boolean. This stuff has been true for a while.
This commit is contained in:
parent
832b09eda7
commit
c6b15ad07e
1 changed files with 3 additions and 5 deletions
|
@ -273,15 +273,13 @@
|
|||
(test #f not 3)
|
||||
(test #f not (list 3))
|
||||
(test #t not #f)
|
||||
;;; Not for Guile
|
||||
;(test #f not '())
|
||||
;(test #f not (list))
|
||||
(test #f not '())
|
||||
(test #f not (list))
|
||||
(test #f not 'nil)
|
||||
|
||||
(test #t boolean? #f)
|
||||
(test #f boolean? 0)
|
||||
;;; Not for Guile
|
||||
;(test #f boolean? '())
|
||||
(test #f boolean? '())
|
||||
(SECTION 6 2)
|
||||
(test #t eqv? 'a 'a)
|
||||
(test #f eqv? 'a 'b)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue