Solve a tuple error in Lua and unify Lua and Python tests

This commit is contained in:
2026-06-05 01:47:00 +02:00
parent 3fb982b057
commit 811e3d356e
7 changed files with 298 additions and 126 deletions

View File

@@ -16,8 +16,8 @@ def checkglobal(param):
assert param=='test parameter'
return 0
def checkglobal2():
return tm.gd("py_func test parameter")
def checkglobal2(index):
return tm.gd("data_to_be_returned")[index]
def should_not_be_called(param):
raise