Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 187110a

Browse files
author
Carlos Requena López
committedFeb 21, 2019
add test and update changelog
1 parent c41de5e commit 187110a

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed
 

‎CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
### Bugs fixed
66

77
* Dynamic vars whose names contain non-alphanumeric characters are now font-locked correctly.
8+
* [#506](https://github.com/clojure-emacs/clojure-mode/issues/506): `clojure-mode-display-version` correctly displays the package's version
89

910
## 5.10.0 (2019-01-05)
1011

‎test/clojure-mode-util-test.el

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@
2626
(require 'cl-lib)
2727
(require 'ert)
2828

29+
30+
(ert-deftest clojure-mode-version-should-be-non-nil ()
31+
(should (not (eq clojure-mode-version nil))))
32+
2933
(let ((project-dir "/home/user/projects/my-project/")
3034
(clj-file-path "/home/user/projects/my-project/src/clj/my_project/my_ns/my_file.clj")
3135
(project-relative-clj-file-path "src/clj/my_project/my_ns/my_file.clj")

0 commit comments

Comments
 (0)
Please sign in to comment.