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