me
/
guix
Archived
1
0
Fork 0

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
Ludovic Courtès 2024-06-13 21:47:38 +02:00
parent 9cf37ccb81
commit 8355756d1a
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -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."