guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/16: tests: Avoid zero-expression 'begin' form.


From: Ludovic Courtès
Subject: 07/16: tests: Avoid zero-expression 'begin' form.
Date: Wed, 8 Mar 2017 17:44:33 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit dd420bf3430eb644b93ca224da4c0a3f5db7a42f
Author: Ludovic Courtès <address@hidden>
Date:   Wed Mar 8 15:22:07 2017 +0100

    tests: Avoid zero-expression 'begin' form.
    
    * tests/cran.scm ("description->package"): Add body after the expected
    pattern in 'match'.
---
 tests/cran.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/cran.scm b/tests/cran.scm
index f92934c..c162d45 100644
--- a/tests/cran.scm
+++ b/tests/cran.scm
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]