mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02: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:
@@ -42,8 +42,8 @@ Trust me Mr. Hendrix, M. Night Shyamalan et al. \
|
||||
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."
|
||||
|
||||
Reference in New Issue
Block a user