We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa3389a commit c85c16fCopy full SHA for c85c16f
clojure-mode-util-test.el
@@ -92,7 +92,9 @@
92
(with-clojure-buffer "(ns foo+)"
93
(expect (clojure-find-ns) :to-equal "foo+"))
94
(with-clojure-buffer "(ns bar**baz$-_quux)"
95
- (expect (clojure-find-ns) :to-equal "bar**baz$-_quux")))
+ (expect (clojure-find-ns) :to-equal "bar**baz$-_quux"))
96
+ (with-clojure-buffer "(ns aoc-2019.puzzles.day14)"
97
+ (expect (clojure-find-ns) :to-equal "aoc-2019.puzzles.day14")))
98
(it "should support in-ns forms"
99
(with-clojure-buffer "(in-ns 'bar.baz)"
100
(expect (clojure-find-ns) :to-equal "bar.baz")))
0 commit comments