mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
42f5215466
add comprehensive tests for pattern matching features: - basic case/in with literals and variables - array patterns with rest and nested structures - hash patterns with shorthand and rest - guard clauses (if/unless) - alternative patterns (|) - pin operator (^) - as pattern (=>) - one-line pattern matching (in and =>) - NoMatchingPatternError handling Co-authored-by: Claude <noreply@anthropic.com>