Fixed test columns and widths
This commit is contained in:
parent
a87973c141
commit
54de3d1270
@ -235,13 +235,13 @@ func TestTokenizeErr (test *testing.T) {
|
|||||||
"../tests/lexer/error/excessDataRune.arf",
|
"../tests/lexer/error/excessDataRune.arf",
|
||||||
infoerr.ErrorKindError,
|
infoerr.ErrorKindError,
|
||||||
"excess data in rune literal",
|
"excess data in rune literal",
|
||||||
1, 8, 1,
|
1, 1, 7,
|
||||||
test)
|
test)
|
||||||
|
|
||||||
compareErr (
|
compareErr (
|
||||||
"../tests/lexer/error/unknownEscape.arf",
|
"../tests/lexer/error/unknownEscape.arf",
|
||||||
infoerr.ErrorKindError,
|
infoerr.ErrorKindError,
|
||||||
"unknown escape character g",
|
"unknown escape character g",
|
||||||
1, 1, 7,
|
1, 2, 1,
|
||||||
test)
|
test)
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user