mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
c06a11912c
Zero-initialize the mirb_editor struct to prevent highlight.enabled from containing garbage values when stdin is not a tty (e.g. in bintest). Without this, ANSI color codes could be emitted in non-interactive mode, breaking output string matching in tests. Co-authored-by: Claude <noreply@anthropic.com>