We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9114d25 commit 573790cCopy full SHA for 573790c
1 file changed
src/test/cljs/cljs/core_test.cljs
@@ -1282,8 +1282,8 @@
1282
[5 4]))
1283
(is (= (transduce (halt-when #{1} (fn [ret input] (conj ret input))) conj [] [5 4 1 2 3])
1284
[5 4 1]))
1285
- (is (= (into [] (halt-when #{1} (fn [ret in] (conj! ret in))) [2 3 1]))
1286
- [2 3 1])))
+ (is (= (into [] (halt-when #{1} (fn [ret in] (conj! ret in))) [2 3 1])
+ [2 3 1]))))
1287
1288
(deftest test-cljs-1839
1289
(let [x #js {:foo (fn [])}
0 commit comments