Fix parseMeta not getting enough tokens
Parser now passes TestMeta
This commit is contained in:
parent
033e64fc54
commit
714aca5196
@ -37,5 +37,8 @@ func (parser *ParsingOperation) parseMeta () (err error) {
|
||||
|
||||
err = parser.nextToken(lexer.TokenKindNewline)
|
||||
if err != nil { return }
|
||||
|
||||
err = parser.nextToken()
|
||||
if err != nil { return }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user