Explorar o código

test-org-element/cache: Fix typo

Ihor Radchenko %!s(int64=3) %!d(string=hai) anos
pai
achega
846226a202
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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")