cljs-dev

dgr 2025-02-19T20:34:00.266179Z

I’m running into this issue: https://clojurians.slack.com/archives/C03S1L9DN/p1739996209488889 In the thread in #clojurescript, Alex suggested I look for answers here. Can somebody point me to discussion or documentation around the differences in case between CLJ and CLJS? In particular, are the differences documented anywhere? The doc string for CLJS case appears nearly identical to the CLJ version.

dnolen 2025-02-19T21:58:33.520309Z

@droberts3 just seems like a bug?

dgr 2025-02-19T22:00:48.413679Z

Thanks!

dgr 2025-02-19T22:01:36.277939Z

I’ll just conditionalize the test for now in clojure-test-suite.

dnolen 2025-02-19T22:00:06.280249Z

https://clojure.atlassian.net/browse/CLJS-3428

👍 1