emacs-diffs
[Top][All Lists]
Advanced

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

emacs-29 861556c133: Fix minibuffer-completion tests


From: Eli Zaretskii
Subject: emacs-29 861556c133: Fix minibuffer-completion tests
Date: Fri, 13 Jan 2023 08:36:42 -0500 (EST)

branch: emacs-29
commit 861556c1339cd65842ec3e24ba48590e6b72bd48
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    Fix minibuffer-completion tests
    
    * test/lisp/minibuffer-tests.el (completions-header-format-test):
    Fix the test which first fired, and then drew the target...
---
 test/lisp/minibuffer-tests.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/lisp/minibuffer-tests.el b/test/lisp/minibuffer-tests.el
index 1de8e56cbd..2ac5e0f29d 100644
--- a/test/lisp/minibuffer-tests.el
+++ b/test/lisp/minibuffer-tests.el
@@ -421,7 +421,7 @@
       (switch-to-completions)
       ;; Fixed in bug#55430
       (should (equal "aa" (get-text-property (point) 'completion--string)))
-      (next-completion 2)
+      (next-completion 3)
       (should (equal "ac" (get-text-property (point) 'completion--string)))
       (previous-completion 2)
       (should (equal "aa" (get-text-property (point) 'completion--string)))



reply via email to

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