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

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

[elpa] externals/org f29ccf3161 2/4: test-org-fold: Cover the issue fixe


From: ELPA Syncer
Subject: [elpa] externals/org f29ccf3161 2/4: test-org-fold: Cover the issue fixed by previous commit
Date: Thu, 14 Jul 2022 09:57:59 -0400 (EDT)

branch: externals/org
commit f29ccf3161a51f700bb3375a16acab563baceb49
Author: Ihor Radchenko <yantar92@gmail.com>
Commit: Ihor Radchenko <yantar92@gmail.com>

    test-org-fold: Cover the issue fixed by previous commit
    
    *
    testing/lisp/test-org-fold.el 
(test-org-fold/org-fold-reveal-broken-structure):
    Test `org-delete-char' instead of `delete-char'.  The former is the
    function used interactively.
---
 testing/lisp/test-org-fold.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testing/lisp/test-org-fold.el b/testing/lisp/test-org-fold.el
index 40afe55aeb..a26346175c 100644
--- a/testing/lisp/test-org-fold.el
+++ b/testing/lisp/test-org-fold.el
@@ -410,7 +410,7 @@ Text here"
       (re-search-forward "Text")
       (should (org-invisible-p))
       (goto-char 1)
-      (delete-char 1)
+      (org-delete-char 1)
       (re-search-forward "Text")
       (should-not (org-invisible-p)))
     (org-test-with-temp-text



reply via email to

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