Added more tests
This commit is contained in:
parent
dbf416d45b
commit
57ee65abd1
9 changed files with 77 additions and 2 deletions
|
@ -14,6 +14,7 @@ var errs = []struct {
|
|||
File string
|
||||
ExpectedError error
|
||||
}{
|
||||
{"EmptySwitch.q", errors.EmptySwitch},
|
||||
{"ExpectedFunctionDefinition.q", errors.ExpectedFunctionDefinition},
|
||||
{"ExpectedFunctionName.q", errors.ExpectedFunctionName},
|
||||
{"ExpectedFunctionParameters.q", errors.ExpectedFunctionParameters},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue