Added more tests
This commit is contained in:
parent
bd0a468282
commit
f7bc903aa4
8 changed files with 20 additions and 7 deletions
|
@ -18,6 +18,7 @@ var (
|
|||
MissingGroupEnd = &Base{"Missing ')'"}
|
||||
MissingMainFunction = &Base{"Missing main function"}
|
||||
MissingOperand = &Base{"Missing operand"}
|
||||
MissingParameter = &Base{"Missing parameter"}
|
||||
MissingType = &Base{"Missing type"}
|
||||
NotImplemented = &Base{"Not implemented"}
|
||||
UnknownType = &Base{"Unknown type"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue