completed list-type to array-type conversion and fixed common test module
This commit is contained in:
+2
-2
@@ -146,7 +146,7 @@ func TestGeneralParser(t *testing.T) {
|
||||
|
||||
// t.Setenv("EXPR_PATH", ".")
|
||||
// runTestSuiteSpec(t, section, inputs, 114)
|
||||
runTestSuite(t, section, inputs)
|
||||
RunTestSuite(t, section, inputs)
|
||||
}
|
||||
|
||||
func TestSpecialParser(t *testing.T) {
|
||||
@@ -158,5 +158,5 @@ func TestSpecialParser(t *testing.T) {
|
||||
|
||||
// t.Setenv("EXPR_PATH", ".")
|
||||
// runTestSuiteSpec(t, section, inputs, 114)
|
||||
runTestSuite(t, section, inputs)
|
||||
RunTestSuite(t, section, inputs)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user