tartrazine/spec/tests/python/test_fstring_30a.txt

17 lines
431 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
' ' Text.Whitespace
'chr' Name.Builtin
'(' Punctuation
'65' Literal.Number.Integer
')' Punctuation
' ' Text.Whitespace
'=}' Literal.String.Interpol
'"' Literal.String.Double
'\n' Text.Whitespace