[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/org 114c764035 2/2: Remove test introduced in 190f47222
From: |
ELPA Syncer |
Subject: |
[elpa] externals/org 114c764035 2/2: Remove test introduced in 190f47222 |
Date: |
Mon, 22 Jul 2024 15:58:46 -0400 (EDT) |
branch: externals/org
commit 114c7640351c370bb253827758e4bd9b60400e61
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Ihor Radchenko <yantar92@posteo.net>
Remove test introduced in 190f47222
* testing/lisp/test-org-macs.el (test-org/string-width): Remove the
new test. It is not working in batch mode, where pixel width cannot
be calculated.
---
testing/lisp/test-org-macs.el | 2 --
1 file changed, 2 deletions(-)
diff --git a/testing/lisp/test-org-macs.el b/testing/lisp/test-org-macs.el
index 5287a7aa5e..93f00a4c51 100644
--- a/testing/lisp/test-org-macs.el
+++ b/testing/lisp/test-org-macs.el
@@ -43,8 +43,6 @@
"Test `org-string-width' specifications."
(should (= 1 (org-string-width "a")))
(should (= 0 (org-string-width "")))
- ;; Zero-width space
- (should (= 0 (org-string-width "")))
;; Ignore invisible characters.
(should (= 0 (org-string-width #("a" 0 1 (invisible t)))))
(should (= 1 (org-string-width #("ab" 0 1 (invisible t)))))