mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 05:18:12 +00:00
CppLexer: Actually give raw strings type RawString
This fixes a regrettable mistake in 9ee1edae2a
.
No behavior change.
This commit is contained in:
parent
e27726dc92
commit
18e8fd333c
1 changed files with 1 additions and 1 deletions
|
@ -655,7 +655,7 @@ Vector<CppToken> CppLexer::lex()
|
|||
}
|
||||
}
|
||||
}
|
||||
commit_token(CppToken::Type::DoubleQuotedString);
|
||||
commit_token(CppToken::Type::RawString);
|
||||
continue;
|
||||
}
|
||||
if (size_t prefix = match_string_prefix('\''); prefix > 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue