We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32328e3 commit 9f27b72Copy full SHA for 9f27b72
1 file changed
src/test/cljs/cljs/core_test.cljs
@@ -2059,7 +2059,7 @@
2059
2060
(deftest test-str_
2061
(is (= "" (apply cljs.core/str_ nil)))
2062
- (is (= "" (apply cljs.core./str_ [])))
+ (is (= "" (apply cljs.core/str_ [])))
2063
(is (= "1" (apply cljs.core/str_ 1 [])))
2064
(is (= "12" (apply cljs.core/str_ 1 [2])))
2065
(is (= "1two:threefour#{:five}[:six]#{:seven}{:eight :nine}"
0 commit comments