summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-12-18 04:08:56 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2021-12-18 04:09:47 +0100
commit10ceb3e84654e024f14a4b048e7d68492ed9dc7c (patch)
tree0e6e991e0e4371335ee6e84c9021b0fb6e1e7673 /tests
parenta526f7336c5f088a7cc03155df0cee95b14e2509 (diff)
downloadguix-patches-10ceb3e84654e024f14a4b048e7d68492ed9dc7c.tar
guix-patches-10ceb3e84654e024f14a4b048e7d68492ed9dc7c.tar.gz
import: cran: Fix description->package test.
This follows up on commit 5cd1019488c44081aaf030fbe8bc357d78daef23. * tests/cran.scm (description): Include a very long line. (description->package): Update the golden description to match the paragraph filling now performed by BEAUTIFY-DESCRIPTION.
Diffstat (limited to 'tests')
-rw-r--r--tests/cran.scm9
1 files changed, 5 insertions, 4 deletions
diff --git a/tests/cran.scm b/tests/cran.scm
index e59b7daef7..5c820b1ab3 100644
--- a/tests/cran.scm
+++ b/tests/cran.scm
@@ -36,7 +36,7 @@ Author: Ricardo Wurmus
Maintainer: Guix Schmeeks <guix@gnu.org>
URL: http://gnu.org/s/my-example
Description: This is a long description
-spanning multiple lines: and it could confuse the parser that
+spanning multiple lines: and it could confuse the parser that this line is very long or perhaps the fact that
there is a colon : on the lines.
And: this line continues the description.
biocViews: 0
@@ -123,9 +123,10 @@ Date/Publication: 2015-07-14 14:15:16
('home-page "http://gnu.org/s/my-example")
('synopsis "Example package")
('description
- "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.")
+ "\
+This is a long description spanning multiple lines: and it could confuse the
+parser that this line is very long or perhaps the fact that there is a colon :
+on the lines. And: this line continues the description.")
('license 'gpl3+))
#t)
(x