mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-30 08:09:04 +00:00
Fix minibuffer-completion tests
* test/lisp/minibuffer-tests.el (completions-header-format-test): Fix the test which first fired, and then drew the target...
This commit is contained in:
parent
c0578edc8f
commit
861556c133
@ -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)))
|
||||
|
Loading…
Reference in New Issue
Block a user