Changed some function names and param types

This commit is contained in:
2024-07-31 09:11:57 +02:00
parent a46753f453
commit 3c51b8d2ee
17 changed files with 52 additions and 49 deletions
+2 -2
View File
@@ -43,6 +43,6 @@ func TestExpr(t *testing.T) {
}
// t.Setenv("EXPR_PATH", ".")
runTestSuiteSpec(t, section, inputs, 17)
// runTestSuite(t, section, inputs)
// runTestSuiteSpec(t, section, inputs, 17)
runTestSuite(t, section, inputs)
}