You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Oh, wow, I didn't even know that keywords with spaces was a thing, but of course they are.
It should be noted that keywords are basically treated as symbols by the reader and space isn't an allowed character. It's probably not wise to rely on keywords with spaces working. The Clojure team reserves all non-supported characters for future use, iirc.
That said, people use all kinds of non-supported characters in symbols and keywords, so we should have a look at this anyway.
There seem to be some issue with how keywords with spaces are handled as results.
The following snippet is a map with two entries
But in the inspector/inline result it's displayed as 3 entries.

The text was updated successfully, but these errors were encountered: