mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 05:22:23 +00:00
12 lines
268 B
Plaintext
12 lines
268 B
Plaintext
---input---
|
|
f"{foo=}"
|
|
|
|
---tokens---
|
|
'f' Literal.String.Affix
|
|
'"' Literal.String.Double
|
|
'{' Literal.String.Interpol
|
|
'foo' Name
|
|
'=}' Literal.String.Interpol
|
|
'"' Literal.String.Double
|
|
'\n' Text.Whitespace
|