Just came across this with generative testing, Clojure: (name (keyword "/")) ;;=> "/"
, ClojureScript (name (keyword "/")) ;;=> ""
worth reporting or garbage-in garbage-out?
I guess the question is also if test.check gen/keyword
should even be generating :/
@plexus that conversation has been had, I think you could find it in #clojure-dev . It was decided that it should generate that keyword.
so it's considered a valid keyword? In that case Clojure and ClojureScript should probably treat it the same
It's not valid.