mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 05:39:18 +02:00
adding ignored failing match-letrec test case
This commit is contained in:
parent
33d6cfd0ac
commit
e10d82987a
1 changed files with 5 additions and 0 deletions
|
@ -194,6 +194,11 @@
|
|||
sum
|
||||
(loop rest sum)))))
|
||||
|
||||
'(test "match-letrec" '(2 1 1 2)
|
||||
(match-letrec (((x y) (list 1 (lambda () (list a x))))
|
||||
((a b) (list 2 (lambda () (list x a)))))
|
||||
(append (y) (b))))
|
||||
|
||||
(cond-expand
|
||||
(chibi
|
||||
(test "record positional"
|
||||
|
|
Loading…
Add table
Reference in a new issue