We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83b7694 commit 91741c8Copy full SHA for 91741c8
1 file changed
test/clojure/core_test/eval.cljc
@@ -29,7 +29,9 @@
29
30
(testing "Functions"
31
(is (fn? (eval (fn [x] x))))
32
- (is (fn? (eval +))))
+ (is (fn? (eval '(fn [x] x))))
33
+ (is (fn? (eval +)))
34
+ (is (fn? (eval '+))))
35
36
(testing "Symbol resolution"
37
;; namespace qualified
0 commit comments