summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/runtime/features/match_with_pattern_guards.out
blob: 452d1ff4bf4a10637aa6995caf56473bc9497e02 (plain)
1
2
3
4
5
6
7
8
9
10
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