godot/modules/gdscript/tests/scripts/parser/features
2024-05-13 17:49:06 +03:00
..
advanced_expression_matching.gd Add GDScript .editorconfig rules 2023-01-10 12:25:35 -05:00
advanced_expression_matching.out
allow_id_similar_to_keyword_in_ascii.gd
allow_id_similar_to_keyword_in_ascii.out
allow_strings_as_comments.gd
allow_strings_as_comments.out
allowed_keywords_as_identifiers.gd GDScript: Implement pattern guards for match statement 2023-09-27 11:25:25 -03:00
allowed_keywords_as_identifiers.out GDScript: Implement pattern guards for match statement 2023-09-27 11:25:25 -03:00
annotations.gd GDScript: Add @export_storage annotation 2023-12-19 20:56:30 +03:00
annotations.out GDScript: Fix some export annotation issues 2024-05-13 17:49:06 +03:00
array.gd
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
arrays_dictionaries_nested_const.out
basic_expression_matching.gd Add GDScript .editorconfig rules 2023-01-10 12:25:35 -05:00
basic_expression_matching.out
bitwise_operators.gd
bitwise_operators.out
class_inheritance_access.gd GDScript: Fix @warning_ignore annotation issues 2024-03-12 19:00:06 +03:00
class_inheritance_access.out
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_name.gd
class_name.out Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
class.gd
class.out
concatenation.gd
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 GDScript: Suppress unused constant warning with underscore 2024-04-18 09:58:23 -03:00
continuation_lines_comments.bin.gd GDScript: Fix continuation lines in GDScriptTokenizerBuffer 2024-04-10 08:51:02 +03:00
continuation_lines_comments.bin.out GDScript: Fix continuation lines in GDScriptTokenizerBuffer 2024-04-10 08:51:02 +03: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 Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
dictionary_mixed_syntax.out
dictionary.gd Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
dictionary.out Improve dictionary printing to avoid confusion with arrays 2022-10-04 20:33:40 +02:00
dollar_and_percent_get_node.gd GDScript: Improve call analysis 2023-09-21 13:36:39 +03:00
dollar_and_percent_get_node.out
dollar_node_paths.gd GDScript: Improve call analysis 2023-09-21 13:36:39 +03:00
dollar_node_paths.out
enum.gd
enum.out Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
export_arrays.gd Add PackedVector4Array Variant type 2024-05-03 00:58:27 +02:00
export_arrays.out GDScript: Fix some export annotation issues 2024-05-13 17:49:06 +03:00
export_enum.gd Support Array and PackedArray in @export_* 2024-03-06 16:17:54 +09:00
export_enum.out GDScript: Fix some export annotation issues 2024-05-13 17:49:06 +03:00
export_variable.gd GDScript: Fix some export annotation issues 2024-05-13 17:49:06 +03:00
export_variable.out GDScript: Fix some export annotation issues 2024-05-13 17:49:06 +03:00
float_notation.gd
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
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
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
good_continue_in_lambda.gd
good_continue_in_lambda.out
if_after_lambda.gd
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 Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
is_not_operator.gd GDScript: Add is not operator 2024-02-04 17:36:53 +03:00
is_not_operator.out GDScript: Add is not operator 2024-02-04 17:36:53 +03:00
lambda_callable.gd Add GDScript .editorconfig rules 2023-01-10 12:25:35 -05:00
lambda_callable.out
lambda_capture_callable.gd
lambda_capture_callable.out
lambda_default_parameter_capture.gd
lambda_default_parameter_capture.out
lambda_ends_with_new_line.gd GDScript: Fix @warning_ignore annotation issues 2024-03-12 19:00:06 +03:00
lambda_ends_with_new_line.out Fix lambda parsing continuing on subsequent lines #73273 2023-06-21 12:56:57 +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
match_array.gd Fix multiline array/dictionary match statements 2024-04-12 10:59:28 +02:00
match_array.out Fix multiline array/dictionary match statements 2024-04-12 10:59:28 +02:00
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 GDScript: Reorganize and unify warnings 2023-04-28 18:25:11 +03:00
match_dictionary.gd Fix multiline array/dictionary match statements 2024-04-12 10:59:28 +02:00
match_dictionary.out Fix multiline array/dictionary match statements 2024-04-12 10:59:28 +02:00
match_multiple_patterns_with_array.gd Style: Trim trailing whitespace and ensure newline at EOF 2024-05-08 10:12:46 +02:00
match_multiple_patterns_with_array.out
match_multiple_variable_binds_in_pattern.gd
match_multiple_variable_binds_in_pattern.out
match_with_variables.gd
match_with_variables.out GDScript: Allow variables in match patterns 2023-01-28 19:53:27 -03:00
match.gd GDScript: Fix @warning_ignore annotation issues 2024-03-12 19:00:06 +03:00
match.out
mixed_indentation_on_blank_lines.gd GDScript: Allow mixed indentation on blank lines 2023-08-17 10:54:43 +03:00
mixed_indentation_on_blank_lines.out GDScript: Allow mixed indentation on blank lines 2023-08-17 10:54:43 +03: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_assert.gd
multiline_assert.out GDScript: Fix multiline and trailing comma for assert 2023-01-08 20:18:46 +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 GDScript: Reintroduce binary tokenization on export 2024-02-08 11:20:05 -03: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
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
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
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
nested_dictionary.out Improve dictionary printing to avoid confusion with arrays 2022-10-04 20:33:40 +02:00
nested_function_calls.gd GDScript: Improve call analysis 2023-09-21 13:36:39 +03: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
nested_if.out
nested_match.gd GDScript: Remove function of continue for match statement 2023-01-22 18:45:24 -03:00
nested_match.out GDScript: Remove function of continue for match statement 2023-01-22 18:45:24 -03:00
nested_parentheses.gd
nested_parentheses.out Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
number_literals_with_sign.gd
number_literals_with_sign.out
number_separators.gd GDScript: Fix repeated _ are allowed after decimal point 2023-06-14 21:47:12 +03:00
number_separators.out GDScript: Fix repeated _ are allowed after decimal point 2023-06-14 21:47:12 +03: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 GDScript: Allow empty parentheses for property getter declaration 2023-10-11 09:54:17 +03:00
property_setter_getter.out GDScript: Allow empty parentheses for property getter declaration 2023-10-11 09:54:17 +03:00
r_strings.gd GDScript: Add raw string literals (r-strings) 2023-09-11 18:34:33 +03:00
r_strings.out GDScript: Add raw string literals (r-strings) 2023-09-11 18:34:33 +03:00
reserved_keywords_as_attribute.gd
reserved_keywords_as_attribute.out
semicolon_as_end_statement.gd
semicolon_as_end_statement.out
semicolon_as_terminator.gd
semicolon_as_terminator.out
signal_declaration.gd GDScript: Fix @warning_ignore annotation issues 2024-03-12 19:00:06 +03:00
signal_declaration.out
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
space_indentation.gd
space_indentation.out
static_typing.gd
static_typing.out GDScript: Suppress unused constant warning with underscore 2024-04-18 09:58:23 -03:00
str_preserves_case.gd GDScript test style fix 2021-08-27 21:11:46 +02:00
str_preserves_case.out
string_formatting.gd
string_formatting.out
super.gd GDScript: Improve call analysis 2023-09-21 13:36:39 +03:00
super.out
trailing_comma_in_function_args.gd
trailing_comma_in_function_args.out
truthiness.gd
truthiness.out
typed_arrays.gd
typed_arrays.out
unicode_identifiers.gd GDScript: Improve call analysis 2023-09-21 13:36:39 +03:00
unicode_identifiers.out
unnamed_enums_outer_conflicts.gd
unnamed_enums_outer_conflicts.out
variable_declaration.gd
variable_declaration.out
vector_inf.gd
vector_inf.out Fix parse error using Vector{2,3,4}.INF 2023-01-08 16:14:40 -05: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