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