parent
425f4eccbe
commit
5a2e28b6d9
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ TEST(SqlLexer, lexer_comma_handling)
|
|||
lexer.nextBasicToken(startpos, length, tokentype, out);
|
||||
ASSERT_THAT(startpos, Eq(3));
|
||||
ASSERT_THAT(length, Eq(1));
|
||||
ASSERT_THAT(tokentype, Eq(BasicTokenType::Self));
|
||||
ASSERT_THAT(tokentype, Eq(BasicTokenType::Comma));
|
||||
ASSERT_THAT(out, Eq(QString(",")));
|
||||
|
||||
lexer.nextBasicToken(startpos, length, tokentype, out);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue