mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
tests: Fix ‘beautify-description’ test.
This is a followup to 510ad5d93c
.
* tests/import-utils.scm ("beautify-description: transform fragment into
sentence"): Fix.
Change-Id: I331cb38a3460a024a789846772a074ba0b6c857c
This commit is contained in:
parent
9cf37ccb81
commit
8355756d1a
1 changed files with 2 additions and 2 deletions
|
@ -42,8 +42,8 @@ (define-module (test-import-utils)
|
|||
Differences are hard to spot, e.g. in CLOS vs. GOOPS."))
|
||||
|
||||
(test-equal "beautify-description: transform fragment into sentence"
|
||||
"This package provides a function to establish world peace"
|
||||
(beautify-description "A function to establish world peace."))
|
||||
"This package provides a function to establish world peace."
|
||||
(beautify-description "A function to establish world peace"))
|
||||
|
||||
(test-equal "beautify-description: remove single quotes"
|
||||
"CRAN likes to quote acronyms and function names."
|
||||
|
|
Loading…
Reference in a new issue