godot/modules/gdscript/tests/scripts
George Marques ceafdf347e
GDScript: Treat enum values as int and enum types as dictionary
Since enums resolve to a dictionary at runtime, calling dictionary
methods on an enum type is a valid use case. This ensures this is true
by adding test cases. This also makes enum values be treated as ints
when used in operations.
2022-02-03 13:32:34 -03:00
..
analyzer GDScript: Treat enum values as int and enum types as dictionary 2022-02-03 13:32:34 -03:00
parser GDScript: Consolidate behavior for assigning enum types 2022-02-03 13:32:16 -03:00
runtime GDScript: Allow tests to run on release builds 2022-02-03 13:32:33 -03:00
.gitignore Add runner for GDScript testing 2021-04-08 09:34:59 -03:00
project.godot Add runner for GDScript testing 2021-04-08 09:34:59 -03:00