virtualx-engine/modules/gdscript/tests/scripts/parser/errors
Hugo Locurcio c6ca09dc6f
Add more integration tests to the GDScript test suite
This also fixes a typo in the `bitwise_float_right_operand.gd` test.
2021-09-15 19:57:39 +02:00
..
array_consecutive_commas.gd Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
array_consecutive_commas.out Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
assignment_2_equal_signs.gd Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
assignment_2_equal_signs.out Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
assignment_3_equal_signs.gd Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
assignment_3_equal_signs.out Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
assignment_empty_assignee.gd Fixed crash when parsing an empty assignment. 2021-08-25 18:48:08 +02:00
assignment_empty_assignee.out Fixed crash when parsing an empty assignment. 2021-08-25 18:48:08 +02:00
assignment_in_if.gd Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
assignment_in_if.out Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
assignment_in_var.gd Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
assignment_in_var.out Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
assignment_in_var_if.gd Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
assignment_in_var_if.out Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
assignment_without_identifier.gd Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
assignment_without_identifier.out Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
binary_complement_without_argument.gd GDScript: Show error on unary operators without argument 2021-09-15 11:08:59 -03:00
binary_complement_without_argument.out GDScript: Show error on unary operators without argument 2021-09-15 11:08:59 -03:00
boolean_negation_without_argument.gd GDScript: Show error on unary operators without argument 2021-09-15 11:08:59 -03:00
boolean_negation_without_argument.out GDScript: Show error on unary operators without argument 2021-09-15 11:08:59 -03:00
boolean_negation_without_argument_using_bang.gd GDScript: Show error on unary operators without argument 2021-09-15 11:08:59 -03:00
boolean_negation_without_argument_using_bang.out GDScript: Show error on unary operators without argument 2021-09-15 11:08:59 -03:00
brace_syntax.gd Add more integration tests to the GDScript test suite 2021-09-15 19:57:39 +02:00
brace_syntax.out Add more integration tests to the GDScript test suite 2021-09-15 19:57:39 +02:00
class_name_after_annotation.gd Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
class_name_after_annotation.out Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
constant_conflicts_variable.gd Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
constant_conflicts_variable.out Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
default_value_in_function_call.gd Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
default_value_in_function_call.out Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
double_dictionary_comma.gd Fix crash with consecutive commas in Dictionary 2021-09-10 15:38:24 +02:00
double_dictionary_comma.out Fix crash with consecutive commas in Dictionary 2021-09-10 15:38:24 +02:00
function_conflicts_constant.gd Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
function_conflicts_constant.out Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
function_conflicts_variable.gd Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
function_conflicts_variable.out Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
invalid_escape_sequence.gd Add more integration tests to the GDScript test suite 2021-09-15 19:57:39 +02:00
invalid_escape_sequence.out Add more integration tests to the GDScript test suite 2021-09-15 19:57:39 +02:00
invalid_identifier_number.gd Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
invalid_identifier_number.out Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
invalid_identifier_string.gd Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
invalid_identifier_string.out Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
invalid_ternary_operator.gd Add more integration tests to the GDScript test suite 2021-09-15 19:57:39 +02:00
invalid_ternary_operator.out Add more integration tests to the GDScript test suite 2021-09-15 19:57:39 +02:00
missing_closing_expr_paren.gd Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
missing_closing_expr_paren.out Rename GDScript test script filenames to use snake_case 2021-04-16 22:16:19 +03:00
missing_colon.gd Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
missing_colon.out Rename GDScript test script filenames to use snake_case 2021-04-16 22:16:19 +03:00
missing_expression_after_ternary_else.gd GDScript: Show error when missing expression after ternary else 2021-09-15 11:43:36 -03:00
missing_expression_after_ternary_else.out GDScript: Show error when missing expression after ternary else 2021-09-15 11:43:36 -03:00
missing_paren_after_args.gd Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
missing_paren_after_args.out Rename GDScript test script filenames to use snake_case 2021-04-16 22:16:19 +03:00
mistaken_decrement_operator.gd GDScript: Show error on unary operators without argument 2021-09-15 11:08:59 -03:00
mistaken_decrement_operator.out GDScript: Show error on unary operators without argument 2021-09-15 11:08:59 -03:00
mistaken_increment_operator.gd GDScript: Show error on unary operators without argument 2021-09-15 11:08:59 -03:00
mistaken_increment_operator.out GDScript: Show error on unary operators without argument 2021-09-15 11:08:59 -03:00
mixing_tabs_spaces.gd Rename GDScript test script filenames to use snake_case 2021-04-16 22:16:19 +03:00
mixing_tabs_spaces.out Rename GDScript test script filenames to use snake_case 2021-04-16 22:16:19 +03:00
multiple_number_separators.gd Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
multiple_number_separators.out Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
nothing_after_dollar.gd Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
nothing_after_dollar.out Rename GDScript test script filenames to use snake_case 2021-04-16 22:16:19 +03:00
redefine_keyword.gd Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
redefine_keyword.out Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
redefine_local_constant_with_keyword.gd Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
redefine_local_constant_with_keyword.out Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
variable_conflicts_constant.gd Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
variable_conflicts_constant.out Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
variable_conflicts_function.gd Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
variable_conflicts_function.out Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
vcs_conflict_marker.gd Add more integration tests to the GDScript test suite 2021-09-15 19:57:39 +02:00
vcs_conflict_marker.out Add more integration tests to the GDScript test suite 2021-09-15 19:57:39 +02:00
wrong_value_after_dollar.gd Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
wrong_value_after_dollar.out Rename GDScript test script filenames to use snake_case 2021-04-16 22:16:19 +03:00
wrong_value_after_dollar_slash.gd Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
wrong_value_after_dollar_slash.out Rename GDScript test script filenames to use snake_case 2021-04-16 22:16:19 +03:00