Add dozens of new integration tests to the GDScript test suite
This also ignores `.out` files in the file format static checks.
This commit is contained in:
parent
a9b600bac0
commit
c0083c0f90
190 changed files with 1788 additions and 17 deletions
|
|
@ -3,6 +3,7 @@ var m2 = 22 # Init.
|
|||
var m3: String # No init, typed.
|
||||
var m4: String = "44" # Init, typed.
|
||||
|
||||
|
||||
func test():
|
||||
var loc5 # No init, local.
|
||||
var loc6 = 66 # Init, local.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue