mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 03:30:27 +02:00
Allow @ to work with (ice-9 syncase)
(Reported by Panicz Maciej Godek.) * test-suite/tests/syncase.test ("@ works with syncase"): New test. * ice-9/syncase.scm (guile-macro): When a Guile macro transformer produces a variable, don't pass it through sc-expand.
This commit is contained in:
parent
a24f4637ea
commit
f8d8007275
4 changed files with 16 additions and 3 deletions
|
@ -34,3 +34,6 @@
|
|||
|
||||
(pass-if "basic syncase macro"
|
||||
(= (plus 1 2 3) (+ 1 2 3)))
|
||||
|
||||
(pass-if "@ works with syncase"
|
||||
(eq? run-test (@ (test-suite lib) run-test)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue