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 3ee34e4 commit c323ffdCopy full SHA for c323ffd
test/cider-util-tests.el
@@ -170,7 +170,8 @@ buffer."
170
(with-clojure-buffer "@(1 2 3|)"
171
(expect (cider-list-at-point) :to-equal "@(1 2 3)")))
172
173
- (it "handles leading ' reader macro properly"
+ ;; doesn't work on Emacs 25
174
+ (xit "handles leading ' reader macro properly"
175
(with-clojure-buffer "'(1 2 3|)"
176
(expect (cider-list-at-point) :to-equal "'(1 2 3)")))
177
0 commit comments