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

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

[elpa] externals/org 8d9ca0eac1: test-org/entry-get: Add test checking r


From: ELPA Syncer
Subject: [elpa] externals/org 8d9ca0eac1: test-org/entry-get: Add test checking reported bug
Date: Sat, 15 Jan 2022 06:57:39 -0500 (EST)

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

    test-org/entry-get: Add test checking reported bug
    
    See https://list.orgmode.org/orgmode/87zgrqqlcs.fsf@toloe.se/
---
 testing/lisp/test-org.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/testing/lisp/test-org.el b/testing/lisp/test-org.el
index c50d95f654..ce4d7b9dd3 100644
--- a/testing/lisp/test-org.el
+++ b/testing/lisp/test-org.el
@@ -5869,6 +5869,10 @@ Paragraph<point>"
    (org-test-with-temp-text "* H\n:PROPERTIES:\n:A: 1\n:END:\n** H2"
      (let ((org-use-property-inheritance nil))
        (org-entry-get (point-max) "A" 'selective))))
+  (should-not
+   (org-test-with-temp-text "* H\n:PROPERTIES:\n:A: 1\n:END:\n* H2"
+     (let ((org-use-property-inheritance t))
+       (org-entry-get (point-max) "A" t))))
   (should
    (equal
     "1 2"



reply via email to

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