virtualx-engine/modules/gdscript/tests/scripts/parser/features
2022-03-04 12:41:20 -05:00
..
advanced_expression_matching.gd Added tests for expression matching 2021-09-03 06:59:13 +02:00
advanced_expression_matching.out Added tests for expression matching 2021-09-03 06:59:13 +02: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
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 Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02: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 Don't sort printed Dictionary 2022-01-22 13:45:02 +01: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 Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02: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
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_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
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 Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02: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 Correct null and boolean values being capitalised by the str command 2021-08-26 17:11:34 +10:00
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 Rename GDScript test script filenames to use snake_case 2021-04-16 22:16:19 +03:00
trailing_comma_in_function_args.out Rename GDScript test script filenames to use snake_case 2021-04-16 22:16:19 +03:00
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