diff options
| author | George Marques <george@gmarqu.es> | 2023-01-21 13:33:05 -0300 |
|---|---|---|
| committer | George Marques <george@gmarqu.es> | 2023-01-22 18:45:24 -0300 |
| commit | 9462ae47838dcee066c165fd0455a1368da5c485 (patch) | |
| tree | 41a56af4236e57721b1bc7d3569487785ae3e8e7 /modules/gdscript/tests/scripts/parser/features/match.out | |
| parent | 2ec0da1a75a066fe88986fc6ceda22fbabf7eedd (diff) | |
| download | redot-engine-9462ae47838dcee066c165fd0455a1368da5c485.tar.gz | |
GDScript: Remove function of `continue` for match statement
The keyword is confusing and rarely is used in the intended way. It is
removed now in favor of a future feature (pattern guards) to avoid
breaking compatibility later.
Diffstat (limited to 'modules/gdscript/tests/scripts/parser/features/match.out')
| -rw-r--r-- | modules/gdscript/tests/scripts/parser/features/match.out | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/gdscript/tests/scripts/parser/features/match.out b/modules/gdscript/tests/scripts/parser/features/match.out index 732885c7a2..a2cb94399c 100644 --- a/modules/gdscript/tests/scripts/parser/features/match.out +++ b/modules/gdscript/tests/scripts/parser/features/match.out @@ -1,4 +1,3 @@ GDTEST_OK hello -default This will match |
