summaryrefslogtreecommitdiffstats
path: root/tests/snippets/python/test_fstring_28a.txt
blob: cdc65db229da80f118efe1e8129c6c4a2b9eee12 (plain)
1
2
3
4
5
6
7
8
9
10
11
---input---
f'{foo=!s}'

---tokens---
'f'           Literal.String.Affix
"'"           Literal.String.Single
'{'           Literal.String.Interpol
'foo'         Name
'=!s}'        Literal.String.Interpol
"'"           Literal.String.Single
'\n'          Text.Whitespace