File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -7032,7 +7032,8 @@ reduces them without incurring seq initialization"
7032
7032
(if-let [node-seq (.inode-seq node)]
7033
7033
(NodeSeq. nil nodes (+ j 2 ) node-seq nil )
7034
7034
(recur (+ j 2 )))
7035
- (recur (+ j 2 )))))))
7035
+ (recur (+ j 2 ))))
7036
+ ())))
7036
7037
(NodeSeq. nil nodes i s nil ))))
7037
7038
7038
7039
(deftype ArrayNodeSeq [meta nodes i s ^:mutable __hash]
Original file line number Diff line number Diff line change 3225
3225
(is (= " d" (get-in {:a " data" } [:a 0 ] :not-found )))
3226
3226
(is (= :not-found (get-in {:a " data" } [:a 4 ] :not-found ))))
3227
3227
3228
+ (deftest test-cljs-1739
3229
+ (is (= (-> {:a 1 :b 2 :c 3 :d 4 :e 5 :f 6 :g 7 :h 8 :i 9 }
3230
+ rest rest rest rest rest rest rest rest rest)
3231
+ ())))
3232
+
3228
3233
(comment
3229
3234
; ; ObjMap
3230
3235
; ; (let [ks (map (partial str "foo") (range 500))
You can’t perform that action at this time.
0 commit comments