tartrazine/spec/tests/python/test_fstring_12b.txt

17 lines
363 B
Plaintext
Raw Normal View History

2024-08-03 10:36:47 +00:00
---input---
f"""{x
+1}"""
---tokens---
'f' Literal.String.Affix
'"""' Literal.String.Double
'{' Literal.String.Interpol
'x' Name
'\n' Text.Whitespace
'+' Operator
'1' Literal.Number.Integer
'}' Literal.String.Interpol
'"""' Literal.String.Double
'\n' Text.Whitespace