godot/modules/gdscript/tests/scripts/runtime/features/match_with_pattern_guards.out

GDTEST_OK
guards work
a is 0 and b is 1
a is equal to zero
3rd element is 3
works with wildcard too.
guard with multiple patterns
regular pattern after guard mismatch
side effect
side effect only ran once