summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2017-02-04 21:52:36 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2017-02-04 21:52:36 +0100
commit2dfafb92723cb666e55590e61a171daa3d942725 (patch)
tree1621f624680bf6b17faa6aaa3038894b0cc1be02
parent6632ce537e1ec575de3a09c23d8a0ca40dee1139 (diff)
parentde58e0ae3351f4333752da07ad13db549b2a44bc (diff)
downloadorg-mode-2dfafb92723cb666e55590e61a171daa3d942725.tar.gz
Merge branch 'master' of orgmode.org:org-mode
-rw-r--r--testing/lisp/test-org.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/lisp/test-org.el b/testing/lisp/test-org.el
index 8f5210f..3e997b9 100644
--- a/testing/lisp/test-org.el
+++ b/testing/lisp/test-org.el
@@ -400,6 +400,11 @@
(org-test-with-temp-text "* DONE Heading"
(should-not (org-deadline-close-p "2016-06-03"))))))
+(ert-deftest test-org/get-repeat ()
+ (org-test-with-temp-text
+ "* H\nSCHEDULED: <2017-02-03 Fri .+23d>"
+ (should (string= ".+23d" (org-get-repeat)))))
+
;;; Drawers