mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
62cf0dc17a
Apply the same chunking strategy used for regular array literals to %w() and %i() literal arrays in gen_literal_array(). Fixes #6740. Co-authored-by: Claude <noreply@anthropic.com>