1
0
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:
Nolkaloid
2025-04-10 20:05:23 +02:00
parent 06c71fbf40
commit c1cdaf7b16
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"]