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 4ff906c commit cff4531Copy full SHA for cff4531
test/clj/cider/nrepl/middleware/info_test.clj
@@ -290,13 +290,13 @@
290
(is (= (:status response) #{"done"})
291
(pr-str response))
292
(is (= (:eldoc response) [["try" "expr*" "catch-clause*" "finally-clause?"]]))
293
- (is (= (:type response) "function"))))
+ (is (= (:type response) "special-form"))))
294
295
(testing "clojure dot operator"
296
(let [response (session/message {:op "eldoc" :sym "." :ns "user"})]
297
298
299
300
301
(testing "clojure variable"
302
(let [response (session/message {:op "eldoc" :sym "some-test-var" :ns "cider.test-ns.first-test-ns"})]
0 commit comments