godot/modules/gdscript/tests/scripts
Aiden Storey 74177d79c9
Fix multiline array/dictionary match statements
Currently array and dictionary expressions cannot be spread over
multiple lines in match statements.

Adding mutliline push/pop while parsing the pattern for bracket and
brace enables the ability for these to be multiline. This enables more
complex patterns to be matched without exceeding line limits.

Fixes #90372
2024-04-12 10:59:28 +02:00
..
analyzer Merge pull request #90448 from vnen/gdscript-infer-string-format 2024-04-10 17:49:49 +02:00
completion Merge pull request #89382 from dcaoc03/master 2024-04-09 22:25:13 +02:00
lsp Add unit test runner for autocompletion 2024-01-05 17:49:51 +01:00
parser Fix multiline array/dictionary match statements 2024-04-12 10:59:28 +02:00
runtime Merge pull request #90442 from vnen/gdscript-dont-warn-using-default-builtin 2024-04-10 17:49:44 +02:00
.gitignore Add runner for GDScript testing 2021-04-08 09:34:59 -03:00
project.godot Add unit test runner for autocompletion 2024-01-05 17:49:51 +01:00
utils.notest.gd Support Array and PackedArray in @export_* 2024-03-06 16:17:54 +09:00