completed list-type to array-type conversion and fixed common test module

This commit is contained in:
2026-07-13 10:42:17 +02:00
parent 77f36642b4
commit 072fd9af39
39 changed files with 160 additions and 318 deletions
+2 -2
View File
@@ -64,7 +64,7 @@ func TestListParser(t *testing.T) {
// t.Setenv("EXPR_PATH", ".")
// runTestSuiteSpec(t, section, inputs, 44)
runTestSuite(t, section, inputs)
RunTestSuite(t, section, inputs)
}
func TestLinkedListParser(t *testing.T) {
@@ -81,5 +81,5 @@ func TestLinkedListParser(t *testing.T) {
// t.Setenv("EXPR_PATH", ".")
// runTestSuiteSpec(t, section, inputs, 4)
runTestSuite(t, section, inputs)
RunTestSuite(t, section, inputs)
}