blob: 15b11e838447ed2dc30239518c9aebdc1ebed656 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
---input---
f'{i}:{d[i]}'
---tokens---
'f' Literal.String.Affix
"'" Literal.String.Single
'{' Literal.String.Interpol
'i' Name
'}' Literal.String.Interpol
':' Literal.String.Single
'{' Literal.String.Interpol
'd' Name
'[' Punctuation
'i' Name
']' Punctuation
'}' Literal.String.Interpol
"'" Literal.String.Single
'\n' Text.Whitespace
|