summaryrefslogtreecommitdiff
path: root/bog-tests.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2014-06-05 01:05:57 -0400
committerKyle Meyer <kyle@kyleam.com>2014-06-05 01:05:57 -0400
commitcfbe94f82aeabaa3b7258e253ea801a567d5912a (patch)
tree397c583abfa00cc9f571ac5850ec04c200caede7 /bog-tests.el
parentefa6371a320de31b3e549d591cc50fc739286bff (diff)
downloadbog-cfbe94f82aeabaa3b7258e253ea801a567d5912a.tar.gz
Rename bog-citekey-only-p to bog-citekey-p
Old `bog-citekey-p' was not being used.
Diffstat (limited to 'bog-tests.el')
-rw-r--r--bog-tests.el8
1 files changed, 1 insertions, 7 deletions
diff --git a/bog-tests.el b/bog-tests.el
index 34b4354..6a261f4 100644
--- a/bog-tests.el
+++ b/bog-tests.el
@@ -26,13 +26,7 @@
(should (bog-citekey-p "hyphen-ok2010word")))
(ert-deftest bog-citekey-p-with-other-text ()
- (should (bog-citekey-p "name2010word more text")))
-
-(ert-deftest bog-citekey-only-p ()
- (should (bog-citekey-only-p "name2010word"))
- (should-not (bog-citekey-only-p "name201word"))
- (should (bog-citekey-only-p "hyphen-ok2010word"))
- (should-not (bog-citekey-only-p "name2010word more text")))
+ (should-not (bog-citekey-p "name2010word more text")))
;; `bog-citekey-groups-with-delim'