Fix GDScript test cases

This commit is contained in:
George Marques
2021-09-13 15:02:01 -03:00
parent 0c2ab55a58
commit e9186cfebf
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