blob: 1481e811e4e24c0dfbab5584e5ed4dff440c7a71 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
---input---
f"*{n=!r:30}*"
---tokens---
'f' Literal.String.Affix
'"' Literal.String.Double
'*' Literal.String.Double
'{' Literal.String.Interpol
'n' Name
'=!r:' Literal.String.Interpol
'30' Literal.String.Double
'}' Literal.String.Interpol
'*' Literal.String.Double
'"' Literal.String.Double
'\n' Text
|