diff options
author | Kyle Meyer <kyle@kyleam.com> | 2014-02-06 00:17:13 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2014-02-06 00:31:01 -0500 |
commit | a0057df8ddc056bc22382f653b7fa046f9430ff0 (patch) | |
tree | a3962dc25aba1f793f47486c7823e4ec875bc977 | |
parent | d255087563f31bae7ed3226db9388b568bb1844e (diff) | |
download | bog-a0057df8ddc056bc22382f653b7fa046f9430ff0.tar.gz |
Reposition misplaced test heading
-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 |