소스 검색

Merge branch 'master' of orgmode.org:org-mode

Nicolas Goaziou 8 년 전
부모
커밋
2dfafb9272
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      testing/lisp/test-org.el

+ 5 - 0
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