diff options
author | Ludovic Courtès <ludo@gnu.org> | 2024-06-13 21:47:38 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-06-13 21:47:38 +0200 |
commit | 8355756d1a9e12b23ac92cb36b82fe2e8381b158 (patch) | |
tree | 4aadb465e7be8018573207b8e0737b569b7596f3 /tests | |
parent | 9cf37ccb81947c790fb8f48b0d49ff1dd4903d62 (diff) | |
download | guix-8355756d1a9e12b23ac92cb36b82fe2e8381b158.tar.gz guix-8355756d1a9e12b23ac92cb36b82fe2e8381b158.zip |
tests: Fix ‘beautify-description’ test.
This is a followup to 510ad5d93c0ba6208aa42815863853ec522352e6.
* tests/import-utils.scm ("beautify-description: transform fragment into
sentence"): Fix.
Change-Id: I331cb38a3460a024a789846772a074ba0b6c857c
Diffstat (limited to 'tests')
-rw-r--r-- | tests/import-utils.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/import-utils.scm b/tests/import-utils.scm index efc66576b1..bec38b0c30 100644 --- a/tests/import-utils.scm +++ b/tests/import-utils.scm @@ -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." |