Merge branch 'cherry-pick-da45929b' into 'master'
Fix SqlLexer test See merge request eelke/pgLab!2
This commit is contained in:
commit
bab75d1671
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