blob: 14183eba00ff85cc338d859f295f63c341ea4f18 (
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
|