kobewi 5c0f2414cd Always add decimal when printing float 1 year ago
..
advanced_expression_matching.gd 44d1d72af1 Add GDScript `.editorconfig` rules 2 years ago
advanced_expression_matching.out 58fcad20ef quote strings inside arrays and dictionaries 3 years ago
allow_id_similar_to_keyword_in_ascii.gd 03ea77407c GDScript: Be more lenient with identifiers 2 years ago
allow_id_similar_to_keyword_in_ascii.out 03ea77407c GDScript: Be more lenient with identifiers 2 years ago
allow_strings_as_comments.gd f95967c299 GDScript: Allow strings as multiline comments 2 years ago
allow_strings_as_comments.out f95967c299 GDScript: Allow strings as multiline comments 2 years ago
allowed_keywords_as_identifiers.gd 54a1414500 GDScript: Implement pattern guards for match statement 2 years ago
allowed_keywords_as_identifiers.out 54a1414500 GDScript: Implement pattern guards for match statement 2 years ago
annotations.gd c1322d41e6 GDScript: Replace `assert()` with `Utils.check()` in tests 1 year ago
annotations.out 76b2d85c9f GDScript: Fix some export annotation issues 1 year ago
array.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
array.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
arrays_dictionaries_nested_const.gd b004f8180e GDScript: Allow constant expressions in annotations 2 years ago
arrays_dictionaries_nested_const.out b3704e664d Fixes GDScript define nested dictionary and array as constants #50285 3 years ago
basic_expression_matching.gd 44d1d72af1 Add GDScript `.editorconfig` rules 2 years ago
basic_expression_matching.out 15ccd83ada Added tests for expression matching 4 years ago
bitwise_operators.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
bitwise_operators.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
class.gd c1322d41e6 GDScript: Replace `assert()` with `Utils.check()` in tests 1 year ago
class.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
class_inheritance.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
class_inheritance.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
class_inheritance_access.gd ef1909fca3 GDScript: Fix `@warning_ignore` annotation issues 1 year ago
class_inheritance_access.out 7d48afa96d Add test cases for accessing parent elements from child class 3 years ago
class_name.gd 6590e1fd8a Make script annotations placed before class_name and extends 2 years ago
class_name.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
concatenation.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
concatenation.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
constants.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
constants.out a3b3a20ac0 GDScript: Suppress unused constant warning with underscore 1 year ago
continuation_lines_comments.bin.gd 02253b6b91 GDScript: Fix continuation lines in `GDScriptTokenizerBuffer` 1 year ago
continuation_lines_comments.bin.out 02253b6b91 GDScript: Fix continuation lines in `GDScriptTokenizerBuffer` 1 year ago
dictionary.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
dictionary.out 6afbf0bd5a Improve dictionary printing to avoid confusion with arrays 3 years ago
dictionary_lua_style.gd 5d31ce4b16 GDScript: Allow string keys on Lua-style dictionaries 4 years ago
dictionary_lua_style.out 154049ce17 StringName Dictionary keys 1 year ago
dictionary_mixed_syntax.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
dictionary_mixed_syntax.out 154049ce17 StringName Dictionary keys 1 year ago
dollar_and_percent_get_node.gd e8696f9961 GDScript: Improve call analysis 2 years ago
dollar_and_percent_get_node.out eba3e0a9fc GDScript: Support `%` in shorthand for `get_node` 3 years ago
dollar_node_paths.gd e8696f9961 GDScript: Improve call analysis 2 years ago
dollar_node_paths.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
enum.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
enum.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
export_arrays.gd c1322d41e6 GDScript: Replace `assert()` with `Utils.check()` in tests 1 year ago
export_arrays.out 5c0f2414cd Always add decimal when printing float 1 year ago
export_enum.gd c1322d41e6 GDScript: Replace `assert()` with `Utils.check()` in tests 1 year ago
export_enum.out 76b2d85c9f GDScript: Fix some export annotation issues 1 year ago
export_variable.gd 85dfd89653 Add `@export_tool_button` annotation for easily creating inspector buttons 1 year ago
export_variable.out 5c0f2414cd Always add decimal when printing float 1 year ago
export_variable_global.notest.gd 24b6edcd38 GDScript: Fix non-global class export 1 year ago
export_variable_unnamed.notest.gd 24b6edcd38 GDScript: Fix non-global class export 1 year ago
float_notation.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
float_notation.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
for_range.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
for_range.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
function_default_parameter_type_inference.gd c6ca09dc6f Add more integration tests to the GDScript test suite 4 years ago
function_default_parameter_type_inference.out c6ca09dc6f Add more integration tests to the GDScript test suite 4 years ago
function_many_parameters.gd c6ca09dc6f Add more integration tests to the GDScript test suite 4 years ago
function_many_parameters.out 291d3aaabe Improve null and object printing to avoid confusion with arrays 3 years ago
good_continue_in_lambda.gd c1322d41e6 GDScript: Replace `assert()` with `Utils.check()` in tests 1 year ago
good_continue_in_lambda.out b0b1eaeb6d GDScript: Fix parsing unexpected break/continue in lambda 2 years ago
if_after_lambda.gd 969f1980d2 GDScript: Fix `if` after lambda being seen as ternary 3 years ago
if_after_lambda.out 969f1980d2 GDScript: Fix `if` after lambda being seen as ternary 3 years ago
in.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
in.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
is_not_operator.gd 2bf25954b4 GDScript: Add `is not` operator 1 year ago
is_not_operator.out 2bf25954b4 GDScript: Add `is not` operator 1 year ago
lambda_callable.gd 44d1d72af1 Add GDScript `.editorconfig` rules 2 years ago
lambda_callable.out c6ca09dc6f Add more integration tests to the GDScript test suite 4 years ago
lambda_capture_callable.gd c6ca09dc6f Add more integration tests to the GDScript test suite 4 years ago
lambda_capture_callable.out c6ca09dc6f Add more integration tests to the GDScript test suite 4 years ago
lambda_default_parameter_capture.gd 1b76a9d705 GDScript: Fix lambda captures in default argument values 3 years ago
lambda_default_parameter_capture.out 1b76a9d705 GDScript: Fix lambda captures in default argument values 3 years ago
lambda_ends_with_new_line.gd 68898dbcc9 GDScript: Add `CONFUSABLE_CAPTURE_REASSIGNMENT` warning 1 year ago
lambda_ends_with_new_line.out bf04c55175 Fix lambda parsing continuing on subsequent lines #73273 2 years ago
lambda_named_callable.gd c6ca09dc6f Add more integration tests to the GDScript test suite 4 years ago
lambda_named_callable.out c6ca09dc6f Add more integration tests to the GDScript test suite 4 years ago
match.gd ef1909fca3 GDScript: Fix `@warning_ignore` annotation issues 1 year ago
match.out 9462ae4783 GDScript: Remove function of `continue` for match statement 2 years ago
match_array.gd 74177d79c9 Fix multiline array/dictionary match statements 1 year ago
match_array.out 74177d79c9 Fix multiline array/dictionary match statements 1 year ago
match_bind_unused.gd 3d61246bc4 use correct error for unused bind match, suppress with underscore 3 years ago
match_bind_unused.out 13310f3557 GDScript: Reorganize and unify warnings 2 years ago
match_dictionary.gd 74177d79c9 Fix multiline array/dictionary match statements 1 year ago
match_dictionary.out 74177d79c9 Fix multiline array/dictionary match statements 1 year ago
match_multiple_patterns_with_array.gd 7d03b1de0b Style: Trim trailing whitespace and ensure newline at EOF 1 year ago
match_multiple_patterns_with_array.out 3afe50c2fa Fix logic errors in match-statement Array & Dictionary Patterns 3 years ago
match_multiple_variable_binds_in_pattern.gd 44d1d72af1 Add GDScript `.editorconfig` rules 2 years ago
match_multiple_variable_binds_in_pattern.out 3c5b9d1be3 Fix issues with multiple bind patterns in match statement 3 years ago
match_with_variables.gd c68b2358d5 GDScript: Allow variables in match patterns 2 years ago
match_with_variables.out c68b2358d5 GDScript: Allow variables in match patterns 2 years ago
mixed_indentation_on_blank_lines.gd 00ad9e484e GDScript: Allow mixed indentation on blank lines 2 years ago
mixed_indentation_on_blank_lines.out 00ad9e484e GDScript: Allow mixed indentation on blank lines 2 years ago
multiline_arrays.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
multiline_arrays.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
multiline_assert.gd 71f7c8a9d3 GDScript: Fix multiline and trailing comma for assert 2 years ago
multiline_assert.out 71f7c8a9d3 GDScript: Fix multiline and trailing comma for assert 2 years ago
multiline_dictionaries.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
multiline_dictionaries.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
multiline_if.gd b4d0a09f15 GDScript: Reintroduce binary tokenization on export 1 year ago
multiline_if.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
multiline_strings.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
multiline_strings.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
multiline_vector.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
multiline_vector.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
nested_arithmetic.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
nested_arithmetic.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
nested_array.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
nested_array.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
nested_dictionary.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
nested_dictionary.out 6afbf0bd5a Improve dictionary printing to avoid confusion with arrays 3 years ago
nested_function_calls.gd e8696f9961 GDScript: Improve call analysis 2 years ago
nested_function_calls.out c6ca09dc6f Add more integration tests to the GDScript test suite 4 years ago
nested_if.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
nested_if.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
nested_match.gd 9462ae4783 GDScript: Remove function of `continue` for match statement 2 years ago
nested_match.out 9462ae4783 GDScript: Remove function of `continue` for match statement 2 years ago
nested_parentheses.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
nested_parentheses.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
number_literals_with_sign.gd d15511725a GDScript: Fix `MIN_INT` not representable as numeric literal 2 years ago
number_literals_with_sign.out 5c0f2414cd Always add decimal when printing float 1 year ago
number_separators.gd fba8cbe6db GDScript: Fix repeated `_` are allowed after decimal point 2 years ago
number_separators.out 5c0f2414cd Always add decimal when printing float 1 year ago
operator_assign.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
operator_assign.out 5c0f2414cd Always add decimal when printing float 1 year ago
property_setter_getter.gd 668ba2d1a5 GDScript: Allow empty parentheses for property getter declaration 2 years ago
property_setter_getter.out 668ba2d1a5 GDScript: Allow empty parentheses for property getter declaration 2 years ago
r_strings.gd 2964c7d51c GDScript: Add raw string literals (r-strings) 2 years ago
r_strings.out 2964c7d51c GDScript: Add raw string literals (r-strings) 2 years ago
reserved_keywords_as_attribute.gd ab9f60dd1a fix access to identifiers that are reserved keywords 2 years ago
reserved_keywords_as_attribute.out ab9f60dd1a fix access to identifiers that are reserved keywords 2 years ago
semicolon_as_end_statement.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
semicolon_as_end_statement.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
semicolon_as_terminator.gd e5ebc9710d GDScript: Allow classes declaration to be done in single line 4 years ago
semicolon_as_terminator.out e5ebc9710d GDScript: Allow classes declaration to be done in single line 4 years ago
signal_declaration.gd ef1909fca3 GDScript: Fix `@warning_ignore` annotation issues 1 year ago
signal_declaration.out bab0afc821 GDScript: Allow multiple lines in signal parameters declaration 4 years ago
single_line_declaration.gd e5ebc9710d GDScript: Allow classes declaration to be done in single line 4 years ago
single_line_declaration.out e5ebc9710d GDScript: Allow classes declaration to be done in single line 4 years ago
space_indentation.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
space_indentation.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
static_typing.gd ea5fd3d732 Fix GDScript code style regarding colon 2 years ago
static_typing.out a3b3a20ac0 GDScript: Suppress unused constant warning with underscore 1 year ago
str_preserves_case.gd f126634434 GDScript test style fix 4 years ago
str_preserves_case.out 291d3aaabe Improve null and object printing to avoid confusion with arrays 3 years ago
string_formatting.gd 491ded1898 Minor typo and docs URL fixes 2 years ago
string_formatting.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
super.gd e8696f9961 GDScript: Improve call analysis 2 years ago
super.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
trailing_comma_in_function_args.gd 1e26bf23c2 Rename GDScript test script filenames to use `snake_case` 4 years ago
trailing_comma_in_function_args.out 1e26bf23c2 Rename GDScript test script filenames to use `snake_case` 4 years ago
truthiness.gd c1322d41e6 GDScript: Replace `assert()` with `Utils.check()` in tests 1 year ago
truthiness.out c1322d41e6 GDScript: Replace `assert()` with `Utils.check()` in tests 1 year ago
typed_arrays.gd c6ca09dc6f Add more integration tests to the GDScript test suite 4 years ago
typed_arrays.out c6ca09dc6f Add more integration tests to the GDScript test suite 4 years ago
typed_dictionaries.gd 9853a69144 Implement typed dictionaries 1 year ago
typed_dictionaries.out 9853a69144 Implement typed dictionaries 1 year ago
unicode_identifiers.gd e8696f9961 GDScript: Improve call analysis 2 years ago
unicode_identifiers.out 7548e043fc Add support for Unicode identifiers in GDScript 2 years ago
unnamed_enums_outer_conflicts.gd 056066ee95 GDScript: Fix false name conflicts for unnamed enums 2 years ago
unnamed_enums_outer_conflicts.out 056066ee95 GDScript: Fix false name conflicts for unnamed enums 2 years ago
variable_declaration.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
variable_declaration.out 1d1aa7a02f GDScript: Removed spurious UNASSIGNED_VARIABLE warning for locals 4 years ago
vector_inf.gd c45b9245ae Fix parse error using Vector{2,3,4}.INF 2 years ago
vector_inf.out c45b9245ae Fix parse error using Vector{2,3,4}.INF 2 years ago
while.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
while.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago