mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-16 00:20:38 +00:00
parent
83195a6030
commit
df7fb95cbc
29 changed files with 180 additions and 25 deletions
|
@ -54,6 +54,8 @@ pub enum Tok {
|
|||
value: String,
|
||||
/// Whether the string is raw or not.
|
||||
is_raw: bool,
|
||||
/// Whether the string is triple quoted.
|
||||
triple_quoted: bool,
|
||||
},
|
||||
/// Token value for the end of an f-string. This includes the closing quote.
|
||||
FStringEnd,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue