a lot oh changes to the test framework and new test files t_builtin-fmt_test.go and t_plugin_test.go added
This commit is contained in:
+1
-1
@@ -17,5 +17,5 @@ func TestStringsParser(t *testing.T) {
|
||||
/* 5 */ {`"abc"[1]`, `b`, nil},
|
||||
/* 6 */ {`#"abc"`, int64(3), nil},
|
||||
}
|
||||
parserTest(t, "String", inputs)
|
||||
runTestSuite(t, "String", inputs)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user