summaryrefslogtreecommitdiff
path: root/tests/snippets/python/test_fstring_23b.txt
blob: 572fe04d8fc65300189e68262c1f73304b117e54 (plain)
1
2
3
4
5
6
7
8
9
10
11
---input---
f"{a!r}"

---tokens---
'f'           Literal.String.Affix
'"'           Literal.String.Double
'{'           Literal.String.Interpol
'a'           Name
'!r}'         Literal.String.Interpol
'"'           Literal.String.Double
'\n'          Text.Whitespace