Merge pull request #52637 from vnen/gdscript-fix-test-cases

Fix GDScript test cases
This commit is contained in:
Rémi Verschelde 2021-09-13 20:30:33 +02:00 committed by GitHub
commit e8ed252891
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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