Add gdscript tests for callv with const arrays
This commit is contained in:
parent
06c71fbf40
commit
c1cdaf7b16
2 changed files with 37 additions and 0 deletions
|
|
@ -0,0 +1,11 @@
|
|||
GDTEST_OK
|
||||
TEST Callable::callv
|
||||
one two three four
|
||||
one two three four
|
||||
["one"] ["two"] ["three"] ["four"]
|
||||
["one"] ["two"] ["three"] ["four"]
|
||||
TEST Object::callv
|
||||
one two three four
|
||||
one two three four
|
||||
["one"] ["two"] ["three"] ["four"]
|
||||
["one"] ["two"] ["three"] ["four"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue