This website requires JavaScript.
Explore
Help
Sign In
northern-lighthouse
/
godot
Watch
1
Star
0
Fork
0
You've already forked godot
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
5d31ce4b161553e85bbd8397f2ce62cbd213095f
godot
/
modules
/
gdscript
/
tests
/
scripts
/
parser
/
errors
History
Hugo Locurcio
c0083c0f90
Add dozens of new integration tests to the GDScript test suite
...
This also ignores `.out` files in the file format static checks.
2021-09-14 18:42:08 +02:00
..
array_consecutive_commas.gd
…
array_consecutive_commas.out
…
assignment_2_equal_signs.gd
…
assignment_2_equal_signs.out
…
assignment_3_equal_signs.gd
…
assignment_3_equal_signs.out
…
assignment_empty_assignee.gd
…
assignment_empty_assignee.out
…
assignment_in_if.gd
…
assignment_in_if.out
…
assignment_in_var_if.gd
…
assignment_in_var_if.out
…
assignment_in_var.gd
…
assignment_in_var.out
…
assignment_without_identifier.gd
…
assignment_without_identifier.out
…
class_name_after_annotation.gd
…
class_name_after_annotation.out
…
constant_conflicts_variable.gd
…
constant_conflicts_variable.out
…
default_value_in_function_call.gd
…
default_value_in_function_call.out
…
double_dictionary_comma.gd
…
double_dictionary_comma.out
…
function_conflicts_constant.gd
…
function_conflicts_constant.out
…
function_conflicts_variable.gd
…
function_conflicts_variable.out
…
invalid_identifier_number.gd
…
invalid_identifier_number.out
…
invalid_identifier_string.gd
…
invalid_identifier_string.out
…
missing_closing_expr_paren.gd
…
missing_closing_expr_paren.out
…
missing_colon.gd
…
missing_colon.out
…
missing_paren_after_args.gd
…
missing_paren_after_args.out
…
mixing_tabs_spaces.gd
…
mixing_tabs_spaces.out
…
multiple_number_separators.gd
…
multiple_number_separators.out
…
nothing_after_dollar.gd
…
nothing_after_dollar.out
…
redefine_keyword.gd
…
redefine_keyword.out
…
redefine_local_constant_with_keyword.gd
…
redefine_local_constant_with_keyword.out
…
variable_conflicts_constant.gd
…
variable_conflicts_constant.out
…
variable_conflicts_function.gd
…
variable_conflicts_function.out
…
wrong_value_after_dollar_slash.gd
Add dozens of new integration tests to the GDScript test suite
2021-09-14 18:42:08 +02:00
wrong_value_after_dollar_slash.out
…
wrong_value_after_dollar.gd
…
wrong_value_after_dollar.out
…