tartrazine/spec/tests/python/test_fstring_36b.txt

17 lines
390 B
Plaintext
Raw Normal View History

2024-08-03 10:36:47 +00:00
---input---
f"""{foo
= !s:20}"""
---tokens---
'f' Literal.String.Affix
'"""' Literal.String.Double
'{' Literal.String.Interpol
'foo' Name
'\n ' Text.Whitespace
'= !s:' Literal.String.Interpol
'20' Literal.String.Double
'}' Literal.String.Interpol
'"""' Literal.String.Double
'\n' Text.Whitespace