diff options
Diffstat (limited to 'modules/gdscript/tests/scripts/runtime/features/match_with_pattern_guards.out')
-rw-r--r-- | modules/gdscript/tests/scripts/runtime/features/match_with_pattern_guards.out | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/modules/gdscript/tests/scripts/runtime/features/match_with_pattern_guards.out b/modules/gdscript/tests/scripts/runtime/features/match_with_pattern_guards.out new file mode 100644 index 0000000000..452d1ff4bf --- /dev/null +++ b/modules/gdscript/tests/scripts/runtime/features/match_with_pattern_guards.out @@ -0,0 +1,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 |