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

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

[elpa] externals/company 18a6620829 2/2: Delete duplicate test


From: ELPA Syncer
Subject: [elpa] externals/company 18a6620829 2/2: Delete duplicate test
Date: Thu, 10 Mar 2022 18:57:22 -0500 (EST)

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

    Delete duplicate test
    
    From some old merge, probably.
---
 test/frontends-tests.el | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/test/frontends-tests.el b/test/frontends-tests.el
index 21f372416d..3836a02f6f 100644
--- a/test/frontends-tests.el
+++ b/test/frontends-tests.el
@@ -368,15 +368,6 @@
       (should (equal (get-text-property 4 'face res)
                      '(annotation company-tooltip-annotation 
company-tooltip))))))
 
-(ert-deftest company-column-with-composition ()
-  :tags '(interactive)
-  (with-temp-buffer
-    (save-window-excursion
-      (set-window-buffer nil (current-buffer))
-      (insert "lambda ()")
-      (compose-region 1 (1+ (length "lambda")) "\\")
-      (should (= (company--column) 4)))))
-
 (ert-deftest company-plainify ()
   (let ((tab-width 8))
     (should (equal-including-properties



reply via email to

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