test: Add test for append-map.
* tests/srfi-1.test ("append-map"): New test.
This commit is contained in:
parent
dfabe9b215
commit
117006cf7c
|
@ -56,4 +56,8 @@ exit $?
|
|||
(pass-if-not "member ="
|
||||
(member 2 '(1 4) =))
|
||||
|
||||
(pass-if-equal "append-map"
|
||||
'(0 0 1)
|
||||
(append-map iota '(1 2)))
|
||||
|
||||
(result 'report)
|
||||
|
|
Loading…
Reference in a new issue