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 ab6976a commit f3822c5Copy full SHA for f3822c5
test/sci/namespaces_test.cljc
@@ -205,7 +205,9 @@
205
(ns-unmap *ns* 'cake)
206
(def resolved (resolve 'cake))
207
(intern *ns* 'cake "bar")
208
- [resolved cake]))))))))
+ [resolved cake])))))))
209
+ (testing "unmapping Class and then fully qualifying it"
210
+ (is (= 'user/String (eval* "(ns-unmap *ns* 'String) `String ;;=> user/String")))))
211
212
(deftest find-var-test
213
(is (eval* "(= #'clojure.core/map (find-var 'clojure.core/map))"))
0 commit comments