virtualx-engine/modules/gdscript/tests/scripts/parser/features
George Marques eba3e0a9fc
GDScript: Support % in shorthand for get_node
The `%` is used in scene unique nodes. Now `%` can also be used instead
of `$` for the shorthand, besides being allowed generally anywhere in
the path as the prefix for a node name.
2022-05-27 13:46:18 -03: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 Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02: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 quote strings inside arrays and dictionaries 2022-05-03 13:37:13 -05: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 quote strings inside arrays and dictionaries 2022-05-03 13:37:13 -05: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 quote strings inside arrays and dictionaries 2022-05-03 13:37:13 -05: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 Add more integration tests to the GDScript test suite 2021-09-15 19:57:39 +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_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 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 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
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
trailing_comma_in_function_args.out
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