Fix incorrectly written test

* testing/lisp/test-org.el (test-org/entry-get): The test was passing
in the past because of bug in org.el.
This commit is contained in:
Ihor Radchenko 2021-10-17 00:00:21 +08:00
parent 3c4290e668
commit 885808fd58
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
1 changed files with 1 additions and 1 deletions

View File

@ -5857,7 +5857,7 @@ Paragraph<point>"
(equal
"1 2"
(org-test-with-temp-text
"* H1\n:PROPERTIES:\n:A: 1\n:END:\n* H2.1\n* H2.2\n:PROPERTIES:\n:A+: 2\n:END:"
"* H1\n:PROPERTIES:\n:A: 1\n:END:\n** H2.1\n** H2.2\n:PROPERTIES:\n:A+: 2\n:END:"
(org-entry-get (point-max) "A" t))))
(should
(equal "1"