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 21914ce commit 3847961Copy full SHA for 3847961
src/test/clojure/cljs/analyzer_tests.clj
@@ -348,6 +348,11 @@
348
(a/gen-constant-id :.)))
349
(is (not= (a/gen-constant-id '$)
350
(a/gen-constant-id '.))))
351
+
352
+(deftest test-unicode-munging-cljs-1457
353
+ (is (= (a/gen-constant-id :C♯) 'cst$kw$C_u266f_)
354
+ (= (a/gen-constant-id 'C♯) 'cst$sym$C_u266f_)))
355
356
;; Constants
357
358
(deftest test-constants
0 commit comments