mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
6f38960055
commit
dd420bf343
1 changed files with 2 additions and 1 deletions
|
@ -126,7 +126,8 @@ Date/Publication: 2015-07-14 14:15:16
|
||||||
"This is a long description spanning multiple lines: \
|
"This is a long description spanning multiple lines: \
|
||||||
and it could confuse the parser that there is a colon : on the \
|
and it could confuse the parser that there is a colon : on the \
|
||||||
lines. And: this line continues the description.")
|
lines. And: this line continues the description.")
|
||||||
('license 'gpl3+)))
|
('license 'gpl3+))
|
||||||
|
#t)
|
||||||
(x
|
(x
|
||||||
(begin
|
(begin
|
||||||
(format #t "~s\n" x)
|
(format #t "~s\n" x)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue