iterator interface chenged index and count members from int to tint 64
This commit is contained in:
+1
-1
@@ -152,7 +152,7 @@ func TestSpecialParser(t *testing.T) {
|
||||
section := "Parser"
|
||||
|
||||
inputs := []inputType{
|
||||
/* 1 */ {`()`, nil, `[1:2] expected expression, got "()"`},
|
||||
/* 1 */ {`()`, nil, "[1:2] expected expression, got `()`"},
|
||||
}
|
||||
|
||||
// t.Setenv("EXPR_PATH", ".")
|
||||
|
||||
Reference in New Issue
Block a user