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

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

[nongnu] elpa/org-journal 478764555d 4/6: fix failing test case #404


From: ELPA Syncer
Subject: [nongnu] elpa/org-journal 478764555d 4/6: fix failing test case #404
Date: Fri, 9 Dec 2022 16:59:17 -0500 (EST)

branch: elpa/org-journal
commit 478764555d6a37f1b2a2fce91211ff23e33ef37a
Author: Jason May <jmay@pobox.com>
Commit: Jason May <jmay@pobox.com>

    fix failing test case #404
    
    Removed leading spaces from property-drawer lines.
---
 tests/org-journal-test.el | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/tests/org-journal-test.el b/tests/org-journal-test.el
index 5686e64c7b..c43289d451 100644
--- a/tests/org-journal-test.el
+++ b/tests/org-journal-test.el
@@ -359,21 +359,21 @@
                             (concat
                              ;; Today entry
                              "* Test header\n"
-                             "  :PROPERTIES:\n"
+                             ":PROPERTIES:\n"
                              (concat
-                              "  :CREATED:  "
+                              ":CREATED:  "
                               (format-time-string 
org-journal-created-property-timestamp-format new-entry-time)
                               "\n")
-                             "  :END:\n"
+                             ":END:\n"
 
                              ;; Scheduled entries
                              "* Test header\n"
-                             "  :PROPERTIES:\n"
+                             ":PROPERTIES:\n"
                              (concat
-                              "  :CREATED:  "
+                              ":CREATED:  "
                               (format-time-string 
org-journal-created-property-timestamp-format scheduled-entry-time)
                               "\n")
-                             "  :END:\n"
+                             ":END:\n"
                              "** TODO Task 1\n"
                              scheduled-string
                              "\n"



reply via email to

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