blob: 75af0c100c514c3c1596839735c0bbb2a3346bb6 (
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.Whitespace
|