This website requires JavaScript.
Explore
Help
Sign In
godotengine
/
godot
Watch
1
Star
0
Fork
0
You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced
2025-11-05 12:10:55 +00:00
Code
Releases
Wiki
Activity
Files
c0083c0f90238f0eec01604dd9c952c8c5dc3c22
godot
/
modules
/
gdscript
/
tests
/
scripts
/
analyzer
/
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
..
bitwise_float_left_operand.gd
…
bitwise_float_left_operand.out
…
bitwise_float_right_operand.gd
…
bitwise_float_right_operand.out
…
constant_used_as_function.gd
…
constant_used_as_function.out
…
enum_float_value.gd
…
enum_float_value.out
…
enum_string_value.gd
…
enum_string_value.out
…
function_used_as_property.gd
…
function_used_as_property.out
…
invalid_array_index.gd
…
invalid_array_index.out
…
invalid_concatenation_bool.gd
…
invalid_concatenation_bool.out
…
invalid_concatenation_dictionary.gd
…
invalid_concatenation_dictionary.out
…
invalid_concatenation_mixed.gd
…
invalid_concatenation_mixed.out
…
invalid_constant.gd
Add dozens of new integration tests to the GDScript test suite
2021-09-14 18:42:08 +02:00
invalid_constant.out
…
leading_number_separator.gd
…
leading_number_separator.out
…
missing_argument.gd
…
missing_argument.out
Add dozens of new integration tests to the GDScript test suite
2021-09-14 18:42:08 +02:00
property_used_as_function.gd
…
property_used_as_function.out
…
redefine_class_constant.gd
…
redefine_class_constant.out
…
redefine_local_constant.gd
…
redefine_local_constant.out
…
super_nonexistent_base_method.gd
…
super_nonexistent_base_method.out
…