tartrazine/tests/python/test_fstring_31a.txt

16 lines
401 B
Plaintext
Raw Normal View History

2024-08-03 10:36:47 +00:00
---input---
f"{chr(65) = }"
---tokens---
'f' Literal.String.Affix
'"' Literal.String.Double
'{' Literal.String.Interpol
'chr' Name.Builtin
'(' Punctuation
'65' Literal.Number.Integer
')' Punctuation
' ' Text.Whitespace
'= }' Literal.String.Interpol
'"' Literal.String.Double
'\n' Text.Whitespace