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
master
parent
9cf37ccb81
commit
8355756d1a
|
@ -42,8 +42,8 @@ Trust me Mr. Hendrix, M. Night Shyamalan et al. \
|
||||||
Differences are hard to spot, e.g. in CLOS vs. GOOPS."))
|
Differences are hard to spot, e.g. in CLOS vs. GOOPS."))
|
||||||
|
|
||||||
(test-equal "beautify-description: transform fragment into sentence"
|
(test-equal "beautify-description: transform fragment into sentence"
|
||||||
"This package provides a function to establish world peace"
|
"This package provides a function to establish world peace."
|
||||||
(beautify-description "A function to establish world peace."))
|
(beautify-description "A function to establish world peace"))
|
||||||
|
|
||||||
(test-equal "beautify-description: remove single quotes"
|
(test-equal "beautify-description: remove single quotes"
|
||||||
"CRAN likes to quote acronyms and function names."
|
"CRAN likes to quote acronyms and function names."
|
||||||
|
|
Reference in New Issue