tests: Avoid zero-expression 'begin' form.

* tests/cran.scm ("description->package"): Add body after the expected
pattern in 'match'.
This commit is contained in:
Ludovic Courtès 2017-03-08 15:22:07 +01:00
parent 6f38960055
commit dd420bf343
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -126,7 +126,8 @@ (define simple-alist
"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)