Skip to content

Commit 9f27b72

Browse files
committed
* typo
1 parent 32328e3 commit 9f27b72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/cljs/cljs/core_test.cljs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2059,7 +2059,7 @@
20592059

20602060
(deftest test-str_
20612061
(is (= "" (apply cljs.core/str_ nil)))
2062-
(is (= "" (apply cljs.core./str_ [])))
2062+
(is (= "" (apply cljs.core/str_ [])))
20632063
(is (= "1" (apply cljs.core/str_ 1 [])))
20642064
(is (= "12" (apply cljs.core/str_ 1 [2])))
20652065
(is (= "1two:threefour#{:five}[:six]#{:seven}{:eight :nine}"

0 commit comments

Comments
 (0)