mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 05:39:18 +02:00
Fixing typo in r7rs-tests.
Was testing be-like-begin1 twice instead of be-like-begin2.
This commit is contained in:
parent
7b8af8725d
commit
2db64f67f8
1 changed files with 1 additions and 1 deletions
|
@ -426,7 +426,7 @@
|
|||
(... (syntax-rules ()
|
||||
((name expr ...)
|
||||
(begin expr ...))))))))
|
||||
(be-like-begin1 sequence2)
|
||||
(be-like-begin2 sequence2)
|
||||
(test 4 (sequence2 1 2 3 4))
|
||||
|
||||
(define-syntax be-like-begin3
|
||||
|
|
Loading…
Add table
Reference in a new issue