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

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

[elpa] externals/compat 3ee973db10 14/14: Test prefixed function call


From: ELPA Syncer
Subject: [elpa] externals/compat 3ee973db10 14/14: Test prefixed function call
Date: Tue, 3 Jan 2023 20:57:30 -0500 (EST)

branch: externals/compat
commit 3ee973db10e7c52fe4d2dbcc871725162d7f0b3c
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    Test prefixed function call
---
 compat-tests.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/compat-tests.el b/compat-tests.el
index c4ebd8c031..aaa36bb825 100644
--- a/compat-tests.el
+++ b/compat-tests.el
@@ -69,6 +69,7 @@
   (should (equal t (always 1 2 3 4))))             ;; multiple arguments
 
 (ert-deftest string-width ()
+  (should (equal 0 (compat-string-width "")))                         ;; 
Obsolete
   (should (equal 0 (compat-call string-width "")))
   (should (equal 3 (compat-call string-width "abc")))                 ;; no 
argument
   (should (equal 5 (compat-call string-width "abcあ")))



reply via email to

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