File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -10288,7 +10288,7 @@ reduces them without incurring seq initialization"
10288
10288
ns )))]
10289
10289
(write-all writer
10290
10290
" #inst \" "
10291
- (str (.getUTCFullYear obj)) " -"
10291
+ (normalize (.getUTCFullYear obj) 4 ) " -"
10292
10292
(normalize (inc (.getUTCMonth obj)) 2 ) " -"
10293
10293
(normalize (.getUTCDate obj) 2 ) " T"
10294
10294
(normalize (.getUTCHours obj) 2 ) " :"
Original file line number Diff line number Diff line change 1810
1810
(is (= :/ (keyword " /" )))
1811
1811
(is (= (hash :/ ) (hash (keyword " /" )))))
1812
1812
1813
+ (deftest test-cljs-3263
1814
+ (is (= " #inst \" 0985-04-12T23:20:50.520-00:00\" " (pr-str #inst " 0985-04-12T23:20:50.520-00:00" )))
1815
+ (is (= " #inst \" 1970-12-18T23:20:50.520-00:00\" " (pr-str #inst " 1970-12-18T23:20:50.520-00:00" ))))
1816
+
1813
1817
(deftest test-cljs-3270
1814
1818
(is (== 10 (count (range 0 (+ 1 (/ 9 )) (/ 9 ))))))
1815
1819
You can’t perform that action at this time.
0 commit comments