diff options
-rw-r--r-- | bog-tests.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bog-tests.el b/bog-tests.el index 524bdd2..d2a3894 100644 --- a/bog-tests.el +++ b/bog-tests.el @@ -74,6 +74,8 @@ (re-search-backward bog-citekey-format) (should (equal (bog-citekey-from-heading-title) citekey))))) +;; `bog-citekey-action' + (ert-deftest bog-citekey-action-in-normal-text () (let ((citekey "name2010word")) (with-temp-buffer @@ -84,8 +86,6 @@ (flet ((funcall (action citekey) citekey)) (should (equal (bog-citekey-action nil nil nil) citekey)))))) -;; `bog-citekey-action' - (ert-deftest bog-citekey-action-on-heading () (let ((citekey "name2010word")) (with-temp-buffer |