godot/modules/gdscript/tests/scripts/parser/features
ZuBsPaCe 1d1aa7a02f GDScript: Removed spurious UNASSIGNED_VARIABLE warning for locals
Variable->assignment needs to be incremented when assigned a value.
Also fixed and improved unit test 'variable_declaration.gd'.
Fixes #52551
2021-09-10 22:26:50 +02:00
..
advanced_expression_matching.gd Added tests for expression matching 2021-09-03 06:59:13 +02:00
advanced_expression_matching.out Added tests for expression matching 2021-09-03 06:59:13 +02:00
basic_expression_matching.gd Added tests for expression matching 2021-09-03 06:59:13 +02:00
basic_expression_matching.out Added tests for expression matching 2021-09-03 06:59:13 +02:00
semicolon_as_end_statement.gd Rename GDScript test script filenames to use `snake_case` 2021-04-16 22:16:19 +03:00
semicolon_as_end_statement.out Rename GDScript test script filenames to use `snake_case` 2021-04-16 22:16:19 +03:00
str_preserves_case.gd GDScript test style fix 2021-08-27 21:11:46 +02:00
str_preserves_case.out Correct null and boolean values being capitalised by the str command 2021-08-26 17:11:34 +10:00
trailing_comma_in_function_args.gd Rename GDScript test script filenames to use `snake_case` 2021-04-16 22:16:19 +03:00
trailing_comma_in_function_args.out Rename GDScript test script filenames to use `snake_case` 2021-04-16 22:16:19 +03:00
variable_declaration.gd GDScript: Removed spurious UNASSIGNED_VARIABLE warning for locals 2021-09-10 22:26:50 +02:00
variable_declaration.out GDScript: Removed spurious UNASSIGNED_VARIABLE warning for locals 2021-09-10 22:26:50 +02:00