Added more tests
This commit is contained in:
parent
e4cbb91f61
commit
c8b5c4dbfe
8 changed files with 73 additions and 13 deletions
|
@ -57,6 +57,7 @@ var errs = []struct {
|
|||
{"UnknownIdentifier3.q", &errors.UnknownIdentifier{Name: "x"}},
|
||||
{"UnknownPackage.q", &errors.UnknownPackage{Name: "sys"}},
|
||||
{"UnknownStructField.q", &errors.UnknownStructField{StructName: "A", FieldName: "x"}},
|
||||
{"UntypedExpression.q", errors.UntypedExpression},
|
||||
{"UnusedImport.q", &errors.UnusedImport{Package: "sys"}},
|
||||
{"UnusedVariable.q", &errors.UnusedVariable{Name: "x"}},
|
||||
{"VariableAlreadyExists.q", &errors.VariableAlreadyExists{Name: "x"}},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue