branch: externals/org commit 114c7640351c370bb253827758e4bd9b60400e61 Author: Ihor Radchenko <yanta...@posteo.net> Commit: Ihor Radchenko <yanta...@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)))))