mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
tests: Avoid zero-expression 'begin' form.
* tests/cran.scm ("description->package"): Add body after the expected
pattern in 'match'.
This commit is contained in:
@@ -126,7 +126,8 @@ Date/Publication: 2015-07-14 14:15:16
|
||||
"This is a long description spanning multiple lines: \
|
||||
and it could confuse the parser that there is a colon : on the \
|
||||
lines. And: this line continues the description.")
|
||||
('license 'gpl3+)))
|
||||
('license 'gpl3+))
|
||||
#t)
|
||||
(x
|
||||
(begin
|
||||
(format #t "~s\n" x)
|
||||
|
||||
Reference in New Issue
Block a user