mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
import: cran: Fix description->package test.
This follows up on commit 5cd1019488
.
* 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.
This commit is contained in:
parent
a526f7336c
commit
10ceb3e846
1 changed files with 5 additions and 4 deletions
|
@ -36,7 +36,7 @@ (define description "
|
||||||
Maintainer: Guix Schmeeks <guix@gnu.org>
|
Maintainer: Guix Schmeeks <guix@gnu.org>
|
||||||
URL: http://gnu.org/s/my-example
|
URL: http://gnu.org/s/my-example
|
||||||
Description: This is a long description
|
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.
|
there is a colon : on the lines.
|
||||||
And: this line continues the description.
|
And: this line continues the description.
|
||||||
biocViews: 0
|
biocViews: 0
|
||||||
|
@ -123,9 +123,10 @@ (define simple-alist
|
||||||
('home-page "http://gnu.org/s/my-example")
|
('home-page "http://gnu.org/s/my-example")
|
||||||
('synopsis "Example package")
|
('synopsis "Example package")
|
||||||
('description
|
('description
|
||||||
"This is a long description spanning multiple lines: \
|
"\
|
||||||
and it could confuse the parser that there is a colon : on the \
|
This is a long description spanning multiple lines: and it could confuse the
|
||||||
lines. And: this line continues the description.")
|
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+))
|
('license 'gpl3+))
|
||||||
#t)
|
#t)
|
||||||
(x
|
(x
|
||||||
|
|
Loading…
Reference in a new issue