diff options
Diffstat (limited to 'modules/gdscript/tests/scripts/parser/features/match.gd')
| -rw-r--r-- | modules/gdscript/tests/scripts/parser/features/match.gd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/gdscript/tests/scripts/parser/features/match.gd b/modules/gdscript/tests/scripts/parser/features/match.gd index 59b5ba2426..a2e93c64fd 100644 --- a/modules/gdscript/tests/scripts/parser/features/match.gd +++ b/modules/gdscript/tests/scripts/parser/features/match.gd @@ -14,3 +14,6 @@ func test(): print("This won't match") _: print("This will match") + + match 0: + pass |
