You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Add gdscript tests for callv with const arrays
This commit is contained in:
@@ -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"]
|
||||
Reference in New Issue
Block a user