1
0
Fork 0
godot/modules/gdscript/tests/scripts/parser/features
Rémi Verschelde 9963ae3553
Merge pull request #59863 from cdemirer/fix-match-multiple-bind-single-pattern
Fix issues with multiple bind patterns in match statement
2022-05-11 14:18:02 +02:00
..
advanced_expression_matching.gd
advanced_expression_matching.out quote strings inside arrays and dictionaries 2022-05-03 13:37:13 -05:00
array.gd
array.out
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
basic_expression_matching.out
bitwise_operators.gd
bitwise_operators.out
class.gd
class.out
class_inheritance.gd
class_inheritance.out
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
class_name.out
concatenation.gd
concatenation.out
constants.gd
constants.out
dictionary.gd
dictionary.out quote strings inside arrays and dictionaries 2022-05-03 13:37:13 -05:00
dictionary_lua_style.gd
dictionary_lua_style.out quote strings inside arrays and dictionaries 2022-05-03 13:37:13 -05:00
dictionary_mixed_syntax.gd
dictionary_mixed_syntax.out quote strings inside arrays and dictionaries 2022-05-03 13:37:13 -05:00
dollar_node_paths.gd
dollar_node_paths.out
enum.gd
enum.out
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
float_notation.out
for_range.gd
for_range.out
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 Add more integration tests to the GDScript test suite 2021-09-15 19:57:39 +02:00
in.gd
in.out
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_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
match.out
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
multiline_arrays.out
multiline_dictionaries.gd
multiline_dictionaries.out
multiline_if.gd
multiline_if.out
multiline_strings.gd
multiline_strings.out
multiline_vector.gd
multiline_vector.out
nested_arithmetic.gd
nested_arithmetic.out
nested_array.gd
nested_array.out
nested_dictionary.gd
nested_dictionary.out quote strings inside arrays and dictionaries 2022-05-03 13:37:13 -05: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
nested_if.out
nested_match.gd
nested_match.out
nested_parentheses.gd
nested_parentheses.out
number_separators.gd
number_separators.out
operator_assign.gd
operator_assign.out
property_setter_getter.gd
property_setter_getter.out
semicolon_as_end_statement.gd
semicolon_as_end_statement.out
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
space_indentation.out
static_typing.gd
static_typing.out
str_preserves_case.gd
str_preserves_case.out
string_formatting.gd
string_formatting.out
super.gd
super.out
trailing_comma_in_function_args.gd
trailing_comma_in_function_args.out
truthiness.gd
truthiness.out
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
variable_declaration.out
while.gd
while.out