godot/modules/gdscript/tests/scripts
Malcolm Anderson d8db03e31a Fix a few GDScript warning messages for grammar and consistency
Regenerate test results

Improve warning message for `INT_AS_ENUM_WITHOUT_CAST`

Improve `REDUNDANT_AWAIT` message and regenerate tests

Allow warning message for UNASSIGNED_VARIABLE_OP_ASSIGN to display specific operator

Remove "being" from some messages to make them consistent and clearer

Update expected test results

Use Variant::get_operator_name for determining string representation of operator instead of big switch-case

Update tests

Update modules/gdscript/gdscript_warning.cpp

Co-authored-by: Danil Alexeev <dalexeev12@yandex.ru>

Update tests... again
2025-05-06 20:28:01 -07:00
..
analyzer Fix a few GDScript warning messages for grammar and consistency 2025-05-06 20:28:01 -07:00
completion Autocompletion: Remove additional brace from utility function options 2025-04-15 13:25:28 +02:00
lsp GDScript: Fix head class range to include class_name 2025-03-14 11:36:55 +01:00
parser Fix a few GDScript warning messages for grammar and consistency 2025-05-06 20:28:01 -07:00
runtime Fix a few GDScript warning messages for grammar and consistency 2025-05-06 20:28:01 -07:00
.editorconfig GDScript: Support tracking multiple analyzer and runtime errors in tests 2024-11-21 22:09:50 +03:00
.gitignore Add runner for GDScript testing 2021-04-08 09:34:59 -03:00
project.godot Changed the default deadzone value for new actions from 0.5 to 0.2 2024-10-01 16:47:44 +04:00
utils.notest.gd Always add decimal when printing float 2024-10-23 15:00:21 +02:00