tartrazine/tests/python/test_fstring_26b.txt

21 lines
556 B
Plaintext
Raw Normal View History

2024-08-03 10:36:47 +00:00
---input---
message.append(f' [line {lineno:2d}]')
---tokens---
'message' Name
'.' Operator
'append' Name
'(' Punctuation
'f' Literal.String.Affix
"'" Literal.String.Single
' [line ' Literal.String.Single
'{' Literal.String.Interpol
'lineno' Name
':' Literal.String.Interpol
'2d' Literal.String.Single
'}' Literal.String.Interpol
']' Literal.String.Single
"'" Literal.String.Single
')' Punctuation
'\n' Text.Whitespace