.. |
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
|
Implement RETURN_VALUE_DISCARDED warning in GDscript
|
2022-10-13 11:56:45 -07:00 |
class.out
|
…
|
|
class_inheritance.gd
|
…
|
|
class_inheritance.out
|
…
|
|
class_inheritance_access.gd
|
…
|
|
class_inheritance_access.out
|
…
|
|
class_name.gd
|
…
|
|
class_name.out
|
…
|
|
concatenation.gd
|
…
|
|
concatenation.out
|
…
|
|
constants.gd
|
…
|
|
constants.out
|
…
|
|
dictionary.gd
|
…
|
|
dictionary.out
|
Improve dictionary printing to avoid confusion with arrays
|
2022-10-04 20:33:40 +02:00 |
dictionary_lua_style.gd
|
…
|
|
dictionary_lua_style.out
|
Improve dictionary printing to avoid confusion with arrays
|
2022-10-04 20:33:40 +02:00 |
dictionary_mixed_syntax.gd
|
…
|
|
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
|
…
|
|
dollar_node_paths.out
|
…
|
|
enum.gd
|
…
|
|
enum.out
|
…
|
|
export_variable.gd
|
…
|
|
export_variable.out
|
…
|
|
float_notation.gd
|
…
|
|
float_notation.out
|
…
|
|
for_range.gd
|
…
|
|
for_range.out
|
…
|
|
function_default_parameter_type_inference.gd
|
…
|
|
function_default_parameter_type_inference.out
|
…
|
|
function_many_parameters.gd
|
…
|
|
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
|
…
|
|
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
|
…
|
|
lambda_capture_callable.gd
|
…
|
|
lambda_capture_callable.out
|
…
|
|
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
|
…
|
|
lambda_named_callable.out
|
…
|
|
match.gd
|
…
|
|
match.out
|
…
|
|
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
|
…
|
|
match_multiple_patterns_with_array.gd
|
…
|
|
match_multiple_patterns_with_array.out
|
…
|
|
match_multiple_variable_binds_in_pattern.gd
|
…
|
|
match_multiple_variable_binds_in_pattern.out
|
…
|
|
multiline_arrays.gd
|
…
|
|
multiline_arrays.out
|
…
|
|
multiline_assert.gd
|
GDScript: Fix multiline and trailing comma for assert
|
2023-01-08 20:18:46 +02:00 |
multiline_assert.out
|
GDScript: Fix multiline and trailing comma for assert
|
2023-01-08 20:18:46 +02:00 |
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
|
Improve dictionary printing to avoid confusion with arrays
|
2022-10-04 20:33:40 +02:00 |
nested_function_calls.gd
|
…
|
|
nested_function_calls.out
|
…
|
|
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
|
…
|
|
semicolon_as_terminator.out
|
…
|
|
signal_declaration.gd
|
…
|
|
signal_declaration.out
|
…
|
|
single_line_declaration.gd
|
…
|
|
single_line_declaration.out
|
…
|
|
space_indentation.gd
|
…
|
|
space_indentation.out
|
…
|
|
static_typing.gd
|
…
|
|
static_typing.out
|
…
|
|
str_preserves_case.gd
|
…
|
|
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
|
…
|
|
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
|
…
|
|
typed_arrays.out
|
…
|
|
variable_declaration.gd
|
…
|
|
variable_declaration.out
|
…
|
|
while.gd
|
…
|
|
while.out
|
…
|
|