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 8ddfb80 commit 886a858Copy full SHA for 886a858
src/test/clojure/cljs/compiler_tests.clj
@@ -72,8 +72,9 @@
72
(deftest test-cljs-428
73
(letfn [(check-docs [docs]
74
(is (= 1 (count (re-seq #"\*/" docs)))))]
75
- (check-docs (with-out-str
76
- (comp/emit-comment "/* multiline comments */" nil)))
+ (check-docs (with-out-str
+ (env/ensure
77
+ (comp/emit-comment "/* multiline comments */" nil))))
78
(check-docs (with-out-str
79
(comp/emit
80
(ana/analyze aenv
0 commit comments