mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 13:32:24 +00:00
17 lines
390 B
Plaintext
17 lines
390 B
Plaintext
|
---input---
|
||
|
|
||
|
f"""{foo
|
||
|
= !s:20}"""
|
||
|
|
||
|
---tokens---
|
||
|
'f' Literal.String.Affix
|
||
|
'"""' Literal.String.Double
|
||
|
'{' Literal.String.Interpol
|
||
|
'foo' Name
|
||
|
'\n ' Text.Whitespace
|
||
|
'= !s:' Literal.String.Interpol
|
||
|
'20' Literal.String.Double
|
||
|
'}' Literal.String.Interpol
|
||
|
'"""' Literal.String.Double
|
||
|
'\n' Text.Whitespace
|