mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
5387b74be7
CRuby 3.4 puts spaces around `=>` since for example `{:a!=>2}` can be
confusing where to separate tokens. mruby should follow the behavior.
Many tests in `test/t` directory assumed no spaces around `=>`, so we
needed to fix them too.