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

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

[nongnu] elpa/popup 7fda072 042/184: Add check for row position.


From: ELPA Syncer
Subject: [nongnu] elpa/popup 7fda072 042/184: Add check for row position.
Date: Wed, 6 Oct 2021 00:01:03 -0400 (EDT)

branch: elpa/popup
commit 7fda072d5f86e2687f12f08463476a121c68a8ed
Author: yuuki arisawa <yuuki.ari@gmail.com>
Commit: yuuki arisawa <yuuki.ari@gmail.com>

    Add check for row position.
---
 tests/popup-test.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/popup-test.el b/tests/popup-test.el
index ac48b08..53ce80b 100644
--- a/tests/popup-test.el
+++ b/tests/popup-test.el
@@ -224,6 +224,8 @@ HELP-DELAY is a delay of displaying helps."
         (should (every #'identity points))
         (should (eq (popup-test-helper-same-all-p
                      (popup-test-helper-points-to-columns points)) 0))
+        (should (eq (line-number-at-pos (car points))
+                    (- (window-body-height) 5)))
         ))))
 
 (ert-deftest popup-test-folding-short-line-right-bottom ()



reply via email to

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