blob: cd8bdbe286400e6bba667351b5490737b99550a1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
---input---
f"{foo=}"
---tokens---
'f' Literal.String.Affix
'"' Literal.String.Double
'{' Literal.String.Interpol
'foo' Name
'=}' Literal.String.Interpol
'"' Literal.String.Double
'\n' Text
|