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

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

[elpa] externals/company 5173cc9693 21/24: Fix CI in Emacs 28-


From: ELPA Syncer
Subject: [elpa] externals/company 5173cc9693 21/24: Fix CI in Emacs 28-
Date: Mon, 6 Nov 2023 09:57:38 -0500 (EST)

branch: externals/company
commit 5173cc969351126a899797f9300be02a93007bee
Author: Dmitry Gutov <dmitry@gutov.dev>
Commit: Dmitry Gutov <dmitry@gutov.dev>

    Fix CI in Emacs 28-
---
 test/frontends-tests.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/test/frontends-tests.el b/test/frontends-tests.el
index 8d9f005af9..d1d0478385 100644
--- a/test/frontends-tests.el
+++ b/test/frontends-tests.el
@@ -483,7 +483,8 @@
     (should (equal-including-properties
              (company-modify-line str "xx" 0)
              "xx-foobar"))
-    (should (equal-including-properties
+    ;; `equal-including-properties' compares with `eq' in Emacs 28-.
+    (should (ert-equal-including-properties
              (company-modify-line str "zz" (* 10 (frame-char-width)))
              (concat "-*-foobar"
                      (propertize " " 'display `(space :width 
(,(frame-char-width))))



reply via email to

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