Fork me on GitHub
#cljs-dev
<
2020-06-16
>
plexus07:06:27

Just came across this with generative testing, Clojure: (name (keyword "/")) ;;=> "/", ClojureScript (name (keyword "/")) ;;=> ""

plexus07:06:44

worth reporting or garbage-in garbage-out?

plexus07:06:35

I guess the question is also if test.check gen/keyword should even be generating :/

dominicm07:06:46

@plexus that conversation has been had, I think you could find it in #clojure-dev . It was decided that it should generate that keyword.

plexus07:06:37

so it's considered a valid keyword? In that case Clojure and ClojureScript should probably treat it the same

dominicm07:06:32

It's not valid.