From 8355756d1a9e12b23ac92cb36b82fe2e8381b158 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Thu, 13 Jun 2024 21:47:38 +0200 Subject: [PATCH] =?UTF-8?q?tests:=20Fix=20=E2=80=98beautify-description?= =?UTF-8?q?=E2=80=99=20test.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is a followup to 510ad5d93c0ba6208aa42815863853ec522352e6. * tests/import-utils.scm ("beautify-description: transform fragment into sentence"): Fix. Change-Id: I331cb38a3460a024a789846772a074ba0b6c857c --- tests/import-utils.scm | 4 ++-- 1 file 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."