diff --git a/testing/lisp/test-org-macs.el b/testing/lisp/test-org-macs.el index 05cef1281..93f00a4c5 100644 --- a/testing/lisp/test-org-macs.el +++ b/testing/lisp/test-org-macs.el @@ -106,7 +106,16 @@ (should-not (org-test-with-temp-text "xx abc xx" (org-in-regexp "abc" nil t)))) + +;;; Template +(ert-deftest test-org/fill-template () + "Test `org-fill-template'" + (should + (string= "working" + (org-fill-template "%var-long" + '(("var" . "broken") + ("var-long" . "working")))))) ;;; Time