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

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

[elpa] externals/company 57e0670 3/3: Fix test


From: ELPA Syncer
Subject: [elpa] externals/company 57e0670 3/3: Fix test
Date: Sun, 26 Sep 2021 17:57:07 -0400 (EDT)

branch: externals/company
commit 57e0670ab5aef957d0daef266abe4ff38a097b15
Author: Dmitry Gutov <dgutov@yandex.ru>
Commit: Dmitry Gutov <dgutov@yandex.ru>

    Fix test
    
     #519
---
 test/capf-tests.el | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/test/capf-tests.el b/test/capf-tests.el
index d4ba95f..3e0d287 100644
--- a/test/capf-tests.el
+++ b/test/capf-tests.el
@@ -86,9 +86,8 @@
        (ert-equal-including-properties
         render
         #("with-current-buffer"
-          0 4 (face (company-tooltip-common company-tooltip))   ; "with"
-          4 19 (face company-tooltip)))))))
-
+          0 5 (face (company-tooltip-common company-tooltip))   ; "with"
+          5 19 (face company-tooltip)))))))
 
 
 ;; Re. "perfect" highlighting of the non-prefix in company-capf matches, it is



reply via email to

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