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