新增数组支持

This commit is contained in:
boyce
2025-10-07 22:06:13 +08:00
parent 640b61bcdb
commit 7a34fafdc8
5 changed files with 154 additions and 6 deletions

View File

@@ -11,12 +11,12 @@ func TestExecMgr(t *testing.T) {
t.Fatalf("init failed,err:%v", err)
}
graphTest1 := bp.Create("testSwitch")
graphTest1 := bp.Create("testArrayOperator")
err = graphTest1.Do(EntranceID_IntParam, 20, 1, 3)
if err != nil {
t.Fatalf("Do EntranceID_IntParam failed,err:%v", err)
}
graphTest1.Release()
//graphTest2 := bp.Create("testForeach")
//err = graphTest2.Do(EntranceID_IntParam, 1, 2, 3)
//if err != nil {