godot-module-template/engine/modules/gdscript/tests/scripts/parser/errors
Sara c3f9669b10 Add 'engine/' from commit 'a8e37fc010'
git-subtree-dir: engine
git-subtree-mainline: b74841629e
git-subtree-split: a8e37fc010
2026-03-13 11:22:19 +01:00
..
annotation_deprecated.gd Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
annotation_deprecated.out Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
annotation_experimental.gd Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
annotation_experimental.out Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
annotation_extra_comma.gd Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
annotation_extra_comma.out Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
annotation_inapplicable.gd Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
annotation_inapplicable.out Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
annotation_tutorial.gd Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
annotation_tutorial.out Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
annotation_unrecognized.gd Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
annotation_unrecognized.out Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
array_consecutive_commas.gd Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
array_consecutive_commas.out Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
assignment_2_equal_signs.gd Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
assignment_2_equal_signs.out Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
assignment_3_equal_signs.gd Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
assignment_3_equal_signs.out Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
assignment_empty_assignee.gd Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
assignment_empty_assignee.out Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
assignment_in_if.gd Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
assignment_in_if.out Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
assignment_in_var.gd Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
assignment_in_var.out Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
assignment_in_var_if.gd Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
assignment_in_var_if.out Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
assignment_without_identifier.gd Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
assignment_without_identifier.out Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
bad_continue_in_lambda.gd Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
bad_continue_in_lambda.out Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
bad_r_string_1.gd Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
bad_r_string_1.out Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
bad_r_string_2.gd Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
bad_r_string_2.out Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
bad_r_string_3.gd Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
bad_r_string_3.out Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
binary_complement_without_argument.gd Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
binary_complement_without_argument.out Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
boolean_negation_without_argument.gd Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
boolean_negation_without_argument.out Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
boolean_negation_without_argument_using_bang.gd Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
boolean_negation_without_argument_using_bang.out Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
brace_syntax.gd Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
brace_syntax.out Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
class_name_after_annotation.gd Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
class_name_after_annotation.out Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
constant_conflicts_variable.gd Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
constant_conflicts_variable.out Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
default_value_in_function_call.gd Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
default_value_in_function_call.out Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
dollar_assignment_bug_53696.gd Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
dollar_assignment_bug_53696.out Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
double_dictionary_comma.gd Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
double_dictionary_comma.out Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
duplicate_icon.gd Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
duplicate_icon.out Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
duplicate_tool.gd Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
duplicate_tool.out Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
export_enum_wrong_array_type.gd Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
export_enum_wrong_array_type.out Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
export_enum_wrong_type.gd Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
export_enum_wrong_type.out Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
export_godot3_syntax.gd Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
export_godot3_syntax.out Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
export_godot3_syntax_with_args.gd Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
export_godot3_syntax_with_args.out Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
export_tool_button_requires_tool_mode.gd Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
export_tool_button_requires_tool_mode.out Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
function_conflicts_constant.gd Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
function_conflicts_constant.out Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
function_conflicts_variable.gd Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
function_conflicts_variable.out Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
identifier_similar_to_keyword.gd Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
identifier_similar_to_keyword.out Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
invalid_escape_sequence.gd Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
invalid_escape_sequence.out Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
invalid_identifier_number.gd Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
invalid_identifier_number.out Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
invalid_identifier_string.gd Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
invalid_identifier_string.out Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
invalid_ternary_operator.gd Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
invalid_ternary_operator.out Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
lambda_no_continue_on_new_line.gd Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
lambda_no_continue_on_new_line.out Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
lambda_standalone.gd Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
lambda_standalone.out Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
lambda_without_colon.gd Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
lambda_without_colon.out Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
match_guard_with_assignment.gd Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
match_guard_with_assignment.out Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
match_multiple_variable_binds_in_branch.gd Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
match_multiple_variable_binds_in_branch.out Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
missing_closing_expr_paren.gd Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
missing_closing_expr_paren.out Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
missing_colon.gd Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
missing_colon.out Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
missing_expression_after_ternary_else.gd Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
missing_expression_after_ternary_else.out Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
missing_paren_after_args.gd Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
missing_paren_after_args.out Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
mistaken_decrement_operator.gd Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
mistaken_decrement_operator.out Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
mistaken_increment_operator.gd Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
mistaken_increment_operator.out Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
mixing_tabs_spaces.textonly.gd Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
mixing_tabs_spaces.textonly.out Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
multiple_number_separators.gd Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
multiple_number_separators.out Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
multiple_number_separators_after_decimal.gd Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
multiple_number_separators_after_decimal.out Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
nothing_after_dollar.gd Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
nothing_after_dollar.out Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
redefine_keyword.gd Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
redefine_keyword.out Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
redefine_local_constant_with_keyword.gd Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
redefine_local_constant_with_keyword.out Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
static_constructor_not_static.gd Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
static_constructor_not_static.out Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
static_constructor_returning_something.gd Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
static_constructor_returning_something.out Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
subscript_without_index.gd Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
subscript_without_index.out Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
unexpected_token_in_class_body.gd Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
unexpected_token_in_class_body.out Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
variable_conflicts_constant.gd Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
variable_conflicts_constant.out Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
variable_conflicts_for_variable.gd Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
variable_conflicts_for_variable.out Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
variable_conflicts_function.gd Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
variable_conflicts_function.out Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
variable_conflicts_variable.gd Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
variable_conflicts_variable.out Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
variadic_func_params_after_rest.gd Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
variadic_func_params_after_rest.out Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
variadic_func_rest_after_rest.gd Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
variadic_func_rest_after_rest.out Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
variadic_func_rest_with_default.gd Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
variadic_func_rest_with_default.out Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
variadic_func_static_init.gd Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
variadic_func_static_init.out Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
vcs_conflict_marker.gd Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
vcs_conflict_marker.out Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
warning_ignore_extra_start.gd Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
warning_ignore_extra_start.out Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
warning_ignore_restore_without_start.gd Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
warning_ignore_restore_without_start.out Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
wrong_value_after_dollar.gd Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
wrong_value_after_dollar.out Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
wrong_value_after_dollar_slash.gd Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
wrong_value_after_dollar_slash.out Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
yield_instead_of_await.gd Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00
yield_instead_of_await.out Add 'engine/' from commit 'a8e37fc010' 2026-03-13 11:22:19 +01:00