Browse Source

test-org-element/cache: Fix typo

Ihor Radchenko 3 years ago
parent
commit
846226a202
1 changed files with 1 additions and 1 deletions
  1. 1 1
      testing/lisp/test-org-element.el

+ 1 - 1
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")