summaryrefslogtreecommitdiffstats
path: root/tests/snippets/python/test_fstring_13b.txt
blob: 0a3aa56d9fc7b87adf2beeca7325012f0812da04 (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.Double
'{'           Literal.String.Interpol
'd'           Name
'['           Punctuation
'0'           Literal.Number.Integer
'\n'          Text.Whitespace

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