completed list-type to array-type conversion and fixed common test module
This commit is contained in:
+2
-2
@@ -46,7 +46,7 @@ func TestFuncs(t *testing.T) {
|
||||
// t.Setenv("EXPR_PATH", ".")
|
||||
|
||||
//runTestSuiteSpec(t, section, inputs, 19)
|
||||
runTestSuite(t, section, inputs)
|
||||
RunTestSuite(t, section, inputs)
|
||||
}
|
||||
|
||||
func TestFuncs2(t *testing.T) {
|
||||
@@ -57,7 +57,7 @@ func TestFuncs2(t *testing.T) {
|
||||
/* 3 */ {`builtin "iterator"; times=func(a,b){a*b}; run($(["1", "2", "3"]), times)`, nil, `operator(): missing params -- a, b`},
|
||||
}
|
||||
// runTestSuiteSpec(t, section, inputs, 4)
|
||||
runTestSuite(t, section, inputs)
|
||||
RunTestSuite(t, section, inputs)
|
||||
}
|
||||
|
||||
func dummy(ctx kern.ExprContext, name string, args map[string]any) (result any, err error) {
|
||||
|
||||
Reference in New Issue
Block a user