tartrazine/spec/tests/python/test_fstring_13a.txt

18 lines
393 B
Plaintext
Raw Normal View History

2024-08-03 10:36:47 +00:00
---input---
f'''{d[0
]}'''
---tokens---
'f' Literal.String.Affix
"'''" Literal.String.Single
'{' Literal.String.Interpol
'd' Name
'[' Punctuation
'0' Literal.Number.Integer
'\n' Text.Whitespace
']' Punctuation
'}' Literal.String.Interpol
"'''" Literal.String.Single
'\n' Text.Whitespace