remove duplicate framebuffer tests

This commit is contained in:
Hermes
2026-05-11 23:07:15 +00:00
parent 448127c696
commit 90680833b0

View File

@@ -96,7 +96,6 @@
(is (equal "abc
def" text)))))
;; --- Frame inspection -------------------------------------------------
(test fb-cell-link-url-returns-nil-for-blank-cell
(let ((fb (make-framebuffer 10 10)))
(is (null (fb-cell-link-url fb 5 5)))))