refu-lang / refu

Refu language
21 stars 4 forks source link

Test lexer errors and their reported locations. #13

Open LefterisJP opened 7 years ago

LefterisJP commented 7 years ago

At the moment tests only exist for proper scanning of tokens, but not for the lexer unhappy cases.

Make some new tests for the lexer errors and assert also that the reported file locations are correct.