virtualx-engine/modules/gdscript/tests/scripts/parser/features
2022-10-13 11:56:45 -07:00
..
advanced_expression_matching.gd Added tests for expression matching 2021-09-03 06:59:13 +02:00
advanced_expression_matching.out quote strings inside arrays and dictionaries 2022-05-03 13:37:13 -05:00
array.gd Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
array.out Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
arrays_dictionaries_nested_const.gd Fixes GDScript define nested dictionary and array as constants #50285 2022-04-19 08:57:23 -04:00
arrays_dictionaries_nested_const.out Fixes GDScript define nested dictionary and array as constants #50285 2022-04-19 08:57:23 -04: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
bitwise_operators.gd Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
bitwise_operators.out Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
class.gd Implement RETURN_VALUE_DISCARDED warning in GDscript 2022-10-13 11:56:45 -07:00
class.out Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
class_inheritance.gd Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
class_inheritance.out Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
class_inheritance_access.gd Add test cases for accessing parent elements from child class 2022-03-04 12:41:20 -05:00
class_inheritance_access.out Add test cases for accessing parent elements from child class 2022-03-04 12:41:20 -05:00
class_name.gd Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
class_name.out Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
concatenation.gd Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
concatenation.out Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
constants.gd Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
constants.out Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
dictionary.gd Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
dictionary.out Improve dictionary printing to avoid confusion with arrays 2022-10-04 20:33:40 +02:00
dictionary_lua_style.gd GDScript: Allow string keys on Lua-style dictionaries 2021-09-15 09:56:24 -03:00
dictionary_lua_style.out Improve dictionary printing to avoid confusion with arrays 2022-10-04 20:33:40 +02:00
dictionary_mixed_syntax.gd Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
dictionary_mixed_syntax.out Improve dictionary printing to avoid confusion with arrays 2022-10-04 20:33:40 +02:00
dollar_and_percent_get_node.gd GDScript: Support % in shorthand for get_node 2022-05-27 13:46:18 -03:00
dollar_and_percent_get_node.out GDScript: Support % in shorthand for get_node 2022-05-27 13:46:18 -03:00
dollar_node_paths.gd Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
dollar_node_paths.out Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
enum.gd Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
enum.out Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
export_variable.gd Add more integration tests to the GDScript test suite 2021-09-15 19:57:39 +02:00
export_variable.out Add more integration tests to the GDScript test suite 2021-09-15 19:57:39 +02:00
float_notation.gd Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
float_notation.out Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
for_range.gd Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
for_range.out Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
function_default_parameter_type_inference.gd Add more integration tests to the GDScript test suite 2021-09-15 19:57:39 +02:00
function_default_parameter_type_inference.out Add more integration tests to the GDScript test suite 2021-09-15 19:57:39 +02:00
function_many_parameters.gd Add more integration tests to the GDScript test suite 2021-09-15 19:57:39 +02:00
function_many_parameters.out Improve null and object printing to avoid confusion with arrays 2022-08-31 15:31:49 +02:00
if_after_lambda.gd GDScript: Fix if after lambda being seen as ternary 2022-05-23 21:13:25 -03:00
if_after_lambda.out GDScript: Fix if after lambda being seen as ternary 2022-05-23 21:13:25 -03:00
in.gd Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
in.out Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
lambda_callable.gd Add more integration tests to the GDScript test suite 2021-09-15 19:57:39 +02:00
lambda_callable.out Add more integration tests to the GDScript test suite 2021-09-15 19:57:39 +02:00
lambda_capture_callable.gd Add more integration tests to the GDScript test suite 2021-09-15 19:57:39 +02:00
lambda_capture_callable.out Add more integration tests to the GDScript test suite 2021-09-15 19:57:39 +02:00
lambda_default_parameter_capture.gd GDScript: Fix lambda captures in default argument values 2022-05-23 21:38:31 -03:00
lambda_default_parameter_capture.out GDScript: Fix lambda captures in default argument values 2022-05-23 21:38:31 -03:00
lambda_named_callable.gd Add more integration tests to the GDScript test suite 2021-09-15 19:57:39 +02:00
lambda_named_callable.out Add more integration tests to the GDScript test suite 2021-09-15 19:57:39 +02:00
match.gd Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
match.out Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
match_bind_unused.gd use correct error for unused bind match, suppress with underscore 2022-06-03 13:28:33 -05:00
match_bind_unused.out use correct error for unused bind match, suppress with underscore 2022-06-03 13:28:33 -05:00
match_dictionary.gd Fix logic errors in match-statement Array & Dictionary Patterns 2022-03-02 19:05:18 +08:00
match_dictionary.out Fix logic errors in match-statement Array & Dictionary Patterns 2022-03-02 19:05:18 +08:00
match_multiple_patterns_with_array.gd Fix logic errors in match-statement Array & Dictionary Patterns 2022-03-02 19:05:18 +08:00
match_multiple_patterns_with_array.out Fix logic errors in match-statement Array & Dictionary Patterns 2022-03-02 19:05:18 +08:00
match_multiple_variable_binds_in_pattern.gd Fix issues with multiple bind patterns in match statement 2022-04-04 15:47:08 +08:00
match_multiple_variable_binds_in_pattern.out Fix issues with multiple bind patterns in match statement 2022-04-04 15:47:08 +08:00
multiline_arrays.gd Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
multiline_arrays.out Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
multiline_dictionaries.gd Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
multiline_dictionaries.out Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
multiline_if.gd Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
multiline_if.out Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
multiline_strings.gd Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
multiline_strings.out Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
multiline_vector.gd Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
multiline_vector.out Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
nested_arithmetic.gd Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
nested_arithmetic.out Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
nested_array.gd Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
nested_array.out Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
nested_dictionary.gd Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
nested_dictionary.out Improve dictionary printing to avoid confusion with arrays 2022-10-04 20:33:40 +02:00
nested_function_calls.gd Add more integration tests to the GDScript test suite 2021-09-15 19:57:39 +02:00
nested_function_calls.out Add more integration tests to the GDScript test suite 2021-09-15 19:57:39 +02:00
nested_if.gd Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
nested_if.out Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
nested_match.gd Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
nested_match.out Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
nested_parentheses.gd Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
nested_parentheses.out Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
number_separators.gd Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
number_separators.out Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
operator_assign.gd Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
operator_assign.out Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
property_setter_getter.gd Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
property_setter_getter.out Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
semicolon_as_end_statement.gd Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
semicolon_as_end_statement.out Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
semicolon_as_terminator.gd GDScript: Allow classes declaration to be done in single line 2021-09-21 14:14:46 -03:00
semicolon_as_terminator.out GDScript: Allow classes declaration to be done in single line 2021-09-21 14:14:46 -03:00
signal_declaration.gd Fix various typos 2022-01-02 01:03:58 -05:00
signal_declaration.out GDScript: Allow multiple lines in signal parameters declaration 2021-09-21 13:40:39 -03:00
single_line_declaration.gd GDScript: Allow classes declaration to be done in single line 2021-09-21 14:14:46 -03:00
single_line_declaration.out GDScript: Allow classes declaration to be done in single line 2021-09-21 14:14:46 -03:00
space_indentation.gd Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
space_indentation.out Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
static_typing.gd Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
static_typing.out Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
str_preserves_case.gd GDScript test style fix 2021-08-27 21:11:46 +02:00
str_preserves_case.out Improve null and object printing to avoid confusion with arrays 2022-08-31 15:31:49 +02:00
string_formatting.gd Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
string_formatting.out Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
super.gd Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
super.out Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02: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
truthiness.gd Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
truthiness.out Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
typed_arrays.gd Add more integration tests to the GDScript test suite 2021-09-15 19:57:39 +02:00
typed_arrays.out Add more integration tests to the GDScript test suite 2021-09-15 19:57:39 +02:00
variable_declaration.gd Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
variable_declaration.out GDScript: Removed spurious UNASSIGNED_VARIABLE warning for locals 2021-09-10 22:26:50 +02:00
while.gd Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
while.out Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00