We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18ca50d commit 6b5161fCopy full SHA for 6b5161f
1 file changed
compiler/tests/lexer_test.rs
@@ -36,7 +36,7 @@ mod lexer_test {
36
(TokenType::Int, 0, 1),
37
(TokenType::Plus, 2, 3),
38
(TokenType::Int, 4, 5),
39
- (TokenType::Endmarker, 4, 5),
+ (TokenType::Endmarker, 5, 5),
40
])
41
];
42
0 commit comments