summaryrefslogtreecommitdiff
path: root/bog-tests.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2014-02-06 00:17:13 -0500
committerKyle Meyer <kyle@kyleam.com>2014-02-06 00:31:01 -0500
commita0057df8ddc056bc22382f653b7fa046f9430ff0 (patch)
treea3962dc25aba1f793f47486c7823e4ec875bc977 /bog-tests.el
parentd255087563f31bae7ed3226db9388b568bb1844e (diff)
downloadbog-a0057df8ddc056bc22382f653b7fa046f9430ff0.tar.gz
Reposition misplaced test heading
Diffstat (limited to 'bog-tests.el')
-rw-r--r--bog-tests.el4
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