bring parse errors into the reporting tests

This commit is contained in:
Folkert 2020-04-15 19:49:05 +02:00
parent 5e500f55ae
commit e21cdfc689
4 changed files with 91 additions and 138 deletions

View file

@ -190,6 +190,7 @@ pub enum FailReason {
Eof(Region),
InvalidPattern,
ReservedKeyword(Region),
ArgumentsBeforeEquals,
}
#[derive(Debug, Clone, PartialEq, Eq)]