From 10ceb3e84654e024f14a4b048e7d68492ed9dc7c Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sat, 18 Dec 2021 04:08:56 +0100 Subject: 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. --- tests/cran.scm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'tests') 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 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 -- cgit v1.2.3