Skip to content

Commit 4de8a47

Browse files
committed
add a regress test if we're going to bring this back later
1 parent 0f8ba73 commit 4de8a47

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/test/cljs/cljs/collections_test.cljs

+4
Original file line numberDiff line numberDiff line change
@@ -1159,6 +1159,10 @@
11591159
(dotimes [_ 10]
11601160
(is (= [1] l))))))
11611161

1162+
(deftest test-cljs-3240-overflow-regress
1163+
(let [things (zipmap (range 15000) (repeat 0))]
1164+
(is (zero? (count (filter #(-> % key string?) things))))))
1165+
11621166
(comment
11631167

11641168
(run-tests)

0 commit comments

Comments
 (0)