Error widths now work properly

This commit is contained in:
Sasha Koshka
2022-08-18 02:04:49 -04:00
parent 85996b2554
commit a87973c141
4 changed files with 10 additions and 4 deletions

View File

@@ -242,6 +242,6 @@ func TestTokenizeErr (test *testing.T) {
"../tests/lexer/error/unknownEscape.arf",
infoerr.ErrorKindError,
"unknown escape character g",
1, 2, 1,
1, 1, 7,
test)
}