mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-18 17:40:37 +00:00
parent
83195a6030
commit
df7fb95cbc
29 changed files with 180 additions and 25 deletions
|
@ -675,6 +675,7 @@ impl<'source> Lexer<'source> {
|
|||
Ok(Some(Tok::FStringMiddle {
|
||||
value,
|
||||
is_raw: fstring.is_raw_string(),
|
||||
triple_quoted: fstring.is_triple_quoted(),
|
||||
}))
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue