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

@ -1,6 +1,7 @@
package errors
var (
EmptySwitch = &Base{"Empty switch"}
ExpectedIfBeforeElse = &Base{"Expected an 'if' block before 'else'"}
InvalidNumber = &Base{"Invalid number"}
InvalidExpression = &Base{"Invalid expression"}