blob: 8038c8b47349b79e3b675c1f7a9b32e474cf0d8d (
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
|