Fix GDScript test cases

This commit is contained in:
George Marques 2021-09-13 15:02:01 -03:00
parent 0c2ab55a58
commit e9186cfebf
No known key found for this signature in database
GPG key ID: 046BD46A3201E43D
3 changed files with 9 additions and 9 deletions

View file

@ -1,4 +1,4 @@
GDTEST_OK
a 0 True
b 1 True
c 2 True
a 0 true
b 1 true
c 2 true

View file

@ -1,4 +1,4 @@
GDTEST_OK
a 0 True
b 1 True
c 42 True
a 0 true
b 1 true
c 42 true

View file

@ -1,4 +1,4 @@
GDTEST_OK
a 0 True
b 1 True
c 42 True
a 0 true
b 1 true
c 42 true