Hugo Locurcio 291d3aaabe Improve null and object printing to avoid confusion with arrays 3 lat temu
..
advanced_expression_matching.gd 15ccd83ada Added tests for expression matching 4 lat temu
advanced_expression_matching.out 58fcad20ef quote strings inside arrays and dictionaries 3 lat temu
array.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 lat temu
array.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 lat temu
arrays_dictionaries_nested_const.gd b3704e664d Fixes GDScript define nested dictionary and array as constants #50285 3 lat temu
arrays_dictionaries_nested_const.out b3704e664d Fixes GDScript define nested dictionary and array as constants #50285 3 lat temu
basic_expression_matching.gd 15ccd83ada Added tests for expression matching 4 lat temu
basic_expression_matching.out 15ccd83ada Added tests for expression matching 4 lat temu
bitwise_operators.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 lat temu
bitwise_operators.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 lat temu
class.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 lat temu
class.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 lat temu
class_inheritance.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 lat temu
class_inheritance.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 lat temu
class_inheritance_access.gd 7d48afa96d Add test cases for accessing parent elements from child class 3 lat temu
class_inheritance_access.out 7d48afa96d Add test cases for accessing parent elements from child class 3 lat temu
class_name.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 lat temu
class_name.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 lat temu
concatenation.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 lat temu
concatenation.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 lat temu
constants.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 lat temu
constants.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 lat temu
dictionary.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 lat temu
dictionary.out 58fcad20ef quote strings inside arrays and dictionaries 3 lat temu
dictionary_lua_style.gd 5d31ce4b16 GDScript: Allow string keys on Lua-style dictionaries 4 lat temu
dictionary_lua_style.out 58fcad20ef quote strings inside arrays and dictionaries 3 lat temu
dictionary_mixed_syntax.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 lat temu
dictionary_mixed_syntax.out 58fcad20ef quote strings inside arrays and dictionaries 3 lat temu
dollar_and_percent_get_node.gd eba3e0a9fc GDScript: Support `%` in shorthand for `get_node` 3 lat temu
dollar_and_percent_get_node.out eba3e0a9fc GDScript: Support `%` in shorthand for `get_node` 3 lat temu
dollar_node_paths.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 lat temu
dollar_node_paths.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 lat temu
enum.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 lat temu
enum.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 lat temu
export_variable.gd c6ca09dc6f Add more integration tests to the GDScript test suite 4 lat temu
export_variable.out c6ca09dc6f Add more integration tests to the GDScript test suite 4 lat temu
float_notation.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 lat temu
float_notation.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 lat temu
for_range.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 lat temu
for_range.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 lat temu
function_default_parameter_type_inference.gd c6ca09dc6f Add more integration tests to the GDScript test suite 4 lat temu
function_default_parameter_type_inference.out c6ca09dc6f Add more integration tests to the GDScript test suite 4 lat temu
function_many_parameters.gd c6ca09dc6f Add more integration tests to the GDScript test suite 4 lat temu
function_many_parameters.out 291d3aaabe Improve null and object printing to avoid confusion with arrays 3 lat temu
if_after_lambda.gd 969f1980d2 GDScript: Fix `if` after lambda being seen as ternary 3 lat temu
if_after_lambda.out 969f1980d2 GDScript: Fix `if` after lambda being seen as ternary 3 lat temu
in.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 lat temu
in.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 lat temu
lambda_callable.gd c6ca09dc6f Add more integration tests to the GDScript test suite 4 lat temu
lambda_callable.out c6ca09dc6f Add more integration tests to the GDScript test suite 4 lat temu
lambda_capture_callable.gd c6ca09dc6f Add more integration tests to the GDScript test suite 4 lat temu
lambda_capture_callable.out c6ca09dc6f Add more integration tests to the GDScript test suite 4 lat temu
lambda_default_parameter_capture.gd 1b76a9d705 GDScript: Fix lambda captures in default argument values 3 lat temu
lambda_default_parameter_capture.out 1b76a9d705 GDScript: Fix lambda captures in default argument values 3 lat temu
lambda_named_callable.gd c6ca09dc6f Add more integration tests to the GDScript test suite 4 lat temu
lambda_named_callable.out c6ca09dc6f Add more integration tests to the GDScript test suite 4 lat temu
match.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 lat temu
match.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 lat temu
match_bind_unused.gd 3d61246bc4 use correct error for unused bind match, suppress with underscore 3 lat temu
match_bind_unused.out 3d61246bc4 use correct error for unused bind match, suppress with underscore 3 lat temu
match_dictionary.gd 3afe50c2fa Fix logic errors in match-statement Array & Dictionary Patterns 3 lat temu
match_dictionary.out 3afe50c2fa Fix logic errors in match-statement Array & Dictionary Patterns 3 lat temu
match_multiple_patterns_with_array.gd 3afe50c2fa Fix logic errors in match-statement Array & Dictionary Patterns 3 lat temu
match_multiple_patterns_with_array.out 3afe50c2fa Fix logic errors in match-statement Array & Dictionary Patterns 3 lat temu
match_multiple_variable_binds_in_pattern.gd 3c5b9d1be3 Fix issues with multiple bind patterns in match statement 3 lat temu
match_multiple_variable_binds_in_pattern.out 3c5b9d1be3 Fix issues with multiple bind patterns in match statement 3 lat temu
multiline_arrays.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 lat temu
multiline_arrays.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 lat temu
multiline_dictionaries.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 lat temu
multiline_dictionaries.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 lat temu
multiline_if.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 lat temu
multiline_if.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 lat temu
multiline_strings.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 lat temu
multiline_strings.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 lat temu
multiline_vector.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 lat temu
multiline_vector.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 lat temu
nested_arithmetic.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 lat temu
nested_arithmetic.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 lat temu
nested_array.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 lat temu
nested_array.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 lat temu
nested_dictionary.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 lat temu
nested_dictionary.out 58fcad20ef quote strings inside arrays and dictionaries 3 lat temu
nested_function_calls.gd c6ca09dc6f Add more integration tests to the GDScript test suite 4 lat temu
nested_function_calls.out c6ca09dc6f Add more integration tests to the GDScript test suite 4 lat temu
nested_if.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 lat temu
nested_if.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 lat temu
nested_match.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 lat temu
nested_match.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 lat temu
nested_parentheses.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 lat temu
nested_parentheses.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 lat temu
number_separators.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 lat temu
number_separators.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 lat temu
operator_assign.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 lat temu
operator_assign.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 lat temu
property_setter_getter.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 lat temu
property_setter_getter.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 lat temu
semicolon_as_end_statement.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 lat temu
semicolon_as_end_statement.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 lat temu
semicolon_as_terminator.gd e5ebc9710d GDScript: Allow classes declaration to be done in single line 4 lat temu
semicolon_as_terminator.out e5ebc9710d GDScript: Allow classes declaration to be done in single line 4 lat temu
signal_declaration.gd a124f1effe Fix various typos 4 lat temu
signal_declaration.out bab0afc821 GDScript: Allow multiple lines in signal parameters declaration 4 lat temu
single_line_declaration.gd e5ebc9710d GDScript: Allow classes declaration to be done in single line 4 lat temu
single_line_declaration.out e5ebc9710d GDScript: Allow classes declaration to be done in single line 4 lat temu
space_indentation.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 lat temu
space_indentation.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 lat temu
static_typing.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 lat temu
static_typing.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 lat temu
str_preserves_case.gd f126634434 GDScript test style fix 4 lat temu
str_preserves_case.out 291d3aaabe Improve null and object printing to avoid confusion with arrays 3 lat temu
string_formatting.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 lat temu
string_formatting.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 lat temu
super.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 lat temu
super.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 lat temu
trailing_comma_in_function_args.gd 1e26bf23c2 Rename GDScript test script filenames to use `snake_case` 4 lat temu
trailing_comma_in_function_args.out 1e26bf23c2 Rename GDScript test script filenames to use `snake_case` 4 lat temu
truthiness.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 lat temu
truthiness.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 lat temu
typed_arrays.gd c6ca09dc6f Add more integration tests to the GDScript test suite 4 lat temu
typed_arrays.out c6ca09dc6f Add more integration tests to the GDScript test suite 4 lat temu
variable_declaration.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 lat temu
variable_declaration.out 1d1aa7a02f GDScript: Removed spurious UNASSIGNED_VARIABLE warning for locals 4 lat temu
while.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 lat temu
while.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 lat temu