Added more tests

This commit is contained in:
2024-08-03 23:05:09 +02:00
parent dbf416d45b
commit 57ee65abd1
9 changed files with 77 additions and 2 deletions

View File

@ -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},