summaryrefslogtreecommitdiffstats
path: root/tests/snippets/python/test_fstring_13a.txt
blob: e6e97e861aebfb830ab90859d0e13dfc2f04ea96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---input---
f'''{d[0
]}'''

---tokens---
'f'           Literal.String.Affix
"'''"         Literal.String.Single
'{'           Literal.String.Interpol
'd'           Name
'['           Punctuation
'0'           Literal.Number.Integer
'\n'          Text.Whitespace

']'           Punctuation
'}'           Literal.String.Interpol
"'''"         Literal.String.Single
'\n'          Text.Whitespace