mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-21 14:49:18 +02:00
tests shouldn't require any on an improper list to error.
This commit is contained in:
parent
11f8f163c5
commit
955190d4da
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@
|
|||
(test #f (find even? '(1 7 3)))
|
||||
(test #f (any even? '(1 7 3)))
|
||||
;(test-error (find even? '(1 3 . x)))
|
||||
(test-error (any even? '(1 3 . x)))
|
||||
;(test-error (any even? '(1 3 . x)))
|
||||
;(test 'error/undefined (find even? '(1 2 . x)))
|
||||
;(test 'error/undefined (any even? '(1 2 . x))) ; success, error or other
|
||||
(test 6 (find even? (circular-list 1 6 3)))
|
||||
|
|
Loading…
Add table
Reference in a new issue