tests and list error messages

This commit is contained in:
Folkert 2021-02-23 23:57:17 +01:00
parent b46467087a
commit 80b64b42ff
3 changed files with 197 additions and 2 deletions

View file

@ -394,8 +394,9 @@ pub enum List<'a> {
Space(BadInputError, Row, Col),
Syntax(&'a SyntaxError<'a>, Row, Col),
Expr(&'a EExpr<'a>, Row, Col),
IndentStart(Row, Col),
IndentOpen(Row, Col),
IndentEnd(Row, Col),
}