Add gdscript tests for callv with const arrays

This commit is contained in:
Nolkaloid 2025-04-10 20:05:23 +02:00
parent 06c71fbf40
commit c1cdaf7b16
No known key found for this signature in database
2 changed files with 37 additions and 0 deletions

View file

@ -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"]