| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Symbol inspect was updated some time ago to avoid escaping multi- byte characters that do not interfere with emitting a value literal symbol, but our Hash#inspect logic did not get the same updates. As a result it continued to escape all but the most trivial symbol keys, leading to issues like jruby#8783. This updates the relevant logic based on the C implementation. Fixes jruby#8783
| Back | FazBrowse Home | New Git URL |
Update logic from the C impl for inspecting a Hash with symbol keys that are valid multibyte literal symbol characters.
Fixes #8783.