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

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

[elpa] externals/org 846226a202: test-org-element/cache: Fix typo


From: ELPA Syncer
Subject: [elpa] externals/org 846226a202: test-org-element/cache: Fix typo
Date: Fri, 21 Jan 2022 07:58:07 -0500 (EST)

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

    test-org-element/cache: Fix typo
---
 testing/lisp/test-org-element.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testing/lisp/test-org-element.el b/testing/lisp/test-org-element.el
index d650a4d546..6d7376a960 100644
--- a/testing/lisp/test-org-element.el
+++ b/testing/lisp/test-org-element.el
@@ -4099,7 +4099,7 @@ Text
       (should-not (eq 'comment (org-element-type (org-element-at-point))))
       (should (eq (org-element-at-point) (org-element-at-point 1)))))
   (should (eq 'headline
-              (org-test-with-temp-text "* H1\nP1\n<point*H2\n"
+              (org-test-with-temp-text "* H1\nP1\n<point>* H2\n"
                 (let ((org-element-use-cache t))
                   (org-element-cache-map #'ignore :granularity 'element)
                   (insert "Blah\n")



reply via email to

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