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
+1 -1
View File
@@ -27,6 +27,6 @@ func TestIteratorParser(t *testing.T) {
/* 16 */ {`include "test-resources/filter.expr"; it=$(ds,10); it++`, int64(2), nil},
}
// runTestSuiteSpec(t, section, inputs, 7)
// runTestSuiteSpec(t, section, inputs, 11)
runTestSuite(t, section, inputs)
}