mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-28 16:00:22 +02:00
Check cond-expand srfi-34.
This commit is contained in:
parent
af2cc7198d
commit
68eb63f10f
1 changed files with 4 additions and 0 deletions
|
@ -37,6 +37,10 @@
|
|||
|
||||
(with-test-prefix "SRFI 34"
|
||||
|
||||
(pass-if "cond-expand"
|
||||
(cond-expand (srfi-34 #t)
|
||||
(else #f)))
|
||||
|
||||
(pass-if "example 1"
|
||||
(expr-prints-and-evals-to?
|
||||
'(call-with-current-continuation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue