summaryrefslogtreecommitdiff
path: root/tests/snippets/python/test_fstring_22b.txt
blob: 75a08aac2e5e521db1f2c0f5346ce152be99ac88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---input---
fr"{header}:\s+"

---tokens---
'fr'          Literal.String.Affix
'"'           Literal.String.Double
'{'           Literal.String.Interpol
'header'      Name
'}'           Literal.String.Interpol
':'           Literal.String.Double
'\\'          Literal.String.Double
's+'          Literal.String.Double
'"'           Literal.String.Double
'\n'          Text