mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-27 19:41:50 +02:00
read-print: Properly indent ‘parameterize’.
Fixes <https://issues.guix.gnu.org/65427>. * guix/read-print.scm (%special-forms): Add ‘parameterize’. * tests/read-print.scm: Add test. Reported-by: Maxime Devos <maximedevos@telenet.be> Change-Id: I922bffc527ade539cf2eb304acb25bc9c705a459
This commit is contained in:
@@ -173,6 +173,11 @@ expressions."
|
||||
'odd)
|
||||
(else #f))")
|
||||
|
||||
(test-pretty-print "\
|
||||
(parameterize ((a 1)
|
||||
(b 2))
|
||||
(call f g h))")
|
||||
|
||||
(test-pretty-print "\
|
||||
#~(string-append #$coreutils \"/bin/uname\")")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user