Merge pull request #52637 from vnen/gdscript-fix-test-cases
Fix GDScript test cases
This commit is contained in:
commit
e8ed252891
|
@ -1,4 +1,4 @@
|
||||||
GDTEST_OK
|
GDTEST_OK
|
||||||
a 0 True
|
a 0 true
|
||||||
b 1 True
|
b 1 true
|
||||||
c 2 True
|
c 2 true
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
GDTEST_OK
|
GDTEST_OK
|
||||||
a 0 True
|
a 0 true
|
||||||
b 1 True
|
b 1 true
|
||||||
c 42 True
|
c 42 true
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
GDTEST_OK
|
GDTEST_OK
|
||||||
a 0 True
|
a 0 true
|
||||||
b 1 True
|
b 1 true
|
||||||
c 42 True
|
c 42 true
|
||||||
|
|
Loading…
Reference in New Issue