diff options
Diffstat (limited to 'bog-tests.el')
-rw-r--r-- | bog-tests.el | 8 |
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' |