emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/compat 3104c89c2d 13/84: Test compat-string-trim instea


From: ELPA Syncer
Subject: [elpa] externals/compat 3104c89c2d 13/84: Test compat-string-trim instead of string-trim
Date: Tue, 3 Jan 2023 08:57:31 -0500 (EST)

branch: externals/compat
commit 3104c89c2d76c0443eba902fef8cac97e3170114
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    Test compat-string-trim instead of string-trim
---
 compat-tests.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compat-tests.el b/compat-tests.el
index 313e3a3eab..2a334b9b68 100644
--- a/compat-tests.el
+++ b/compat-tests.el
@@ -715,7 +715,7 @@ being compared against."
   (ought "\t\ta" "\t\ta\t\n")
   (ought "\n  \ta" "\n  \ta  \n"))
 
-(compat-deftests string-trim
+(compat-deftests compat-string-trim
   (ought "" "")                          ;empty string
   (ought "a" "a")                        ;"full" string
   (ought "aaa" "aaa")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]