godot/modules/gdscript/tests/scripts/analyzer/errors
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 Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
bitwise_float_left_operand.out Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
bitwise_float_right_operand.gd Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
bitwise_float_right_operand.out Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
constant_used_as_function.gd Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
constant_used_as_function.out Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
enum_float_value.gd Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
enum_float_value.out Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
enum_string_value.gd Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
enum_string_value.out Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
function_used_as_property.gd Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
function_used_as_property.out Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
invalid_array_index.gd Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
invalid_array_index.out Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
invalid_concatenation_bool.gd Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
invalid_concatenation_bool.out Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
invalid_concatenation_dictionary.gd Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
invalid_concatenation_dictionary.out Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
invalid_concatenation_mixed.gd Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
invalid_concatenation_mixed.out Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
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 Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
leading_number_separator.gd Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
leading_number_separator.out Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
missing_argument.gd Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
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 Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
property_used_as_function.out Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
redefine_class_constant.gd Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
redefine_class_constant.out Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
redefine_local_constant.gd Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
redefine_local_constant.out Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
super_nonexistent_base_method.gd Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00
super_nonexistent_base_method.out Add dozens of new integration tests to the GDScript test suite 2021-09-14 18:42:08 +02:00