summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/parser/features/nested_match.gd
Commit message (Collapse)AuthorAgeFilesLines
* GDScript: Remove function of `continue` for match statementGeorge Marques2023-01-221-4/+3
| | | | | | 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.
* Add dozens of new integration tests to the GDScript test suiteHugo Locurcio2021-09-141-0/+79
This also ignores `.out` files in the file format static checks.