mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 13:32:24 +00:00
18 lines
393 B
Plaintext
18 lines
393 B
Plaintext
---input---
|
|
f"""{d[0
|
|
]}"""
|
|
|
|
---tokens---
|
|
'f' Literal.String.Affix
|
|
'"""' Literal.String.Double
|
|
'{' Literal.String.Interpol
|
|
'd' Name
|
|
'[' Punctuation
|
|
'0' Literal.Number.Integer
|
|
'\n' Text.Whitespace
|
|
|
|
']' Punctuation
|
|
'}' Literal.String.Interpol
|
|
'"""' Literal.String.Double
|
|
'\n' Text.Whitespace
|