summaryrefslogtreecommitdiff
path: root/tests/snippets/python/test_fstring_21b.txt
blob: 7e3ed08a03289555d909713eb1c72e836f16e344 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---input---
f"a={d[a]}"

---tokens---
'f'           Literal.String.Affix
'"'           Literal.String.Double
'a='          Literal.String.Double
'{'           Literal.String.Interpol
'd'           Name
'['           Punctuation
'a'           Name
']'           Punctuation
'}'           Literal.String.Interpol
'"'           Literal.String.Double
'\n'          Text