~ruther/guix-local

dd420bf3430eb644b93ca224da4c0a3f5db7a42f — Ludovic Courtès 9 years ago 6f38960
tests: Avoid zero-expression 'begin' form.

* tests/cran.scm ("description->package"): Add body after the expected
pattern in 'match'.
1 files changed, 2 insertions(+), 1 deletions(-)

M tests/cran.scm
M tests/cran.scm => tests/cran.scm +2 -1
@@ 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)