We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7916a67 commit 62e78a8Copy full SHA for 62e78a8
src/test/clojure/cljs/compiler_tests.clj
@@ -71,9 +71,9 @@
71
(comp/emit
72
(ana/analyze (assoc aenv :context :expr) form)))
73
result)
74
- Double/NaN "##NaN"
75
- Double/POSITIVE_INFINITY "##Inf"
76
- Double/NEGATIVE_INFINITY "##-Inf"))
+ Double/NaN "NaN"
+ Double/POSITIVE_INFINITY "Infinity"
+ Double/NEGATIVE_INFINITY "-Infinity"))
77
78
(deftest test-munge-dotdot
79
(is (= 'cljs.core._DOT__DOT_ (comp/munge 'cljs.core/..)))
0 commit comments