chroma/lexers/testdata/python/test_fstring_26a.expected
2025-03-22 20:46:00 +13:00

16 lines
593 B
Text

[
{"type":"Name","value":"message"},
{"type":"Operator","value":"."},
{"type":"Name","value":"append"},
{"type":"Punctuation","value":"("},
{"type":"LiteralStringAffix","value":"f"},
{"type":"LiteralStringDouble","value":"\" [line "},
{"type":"LiteralStringInterpol","value":"{"},
{"type":"Name","value":"lineno"},
{"type":"LiteralStringInterpol","value":":"},
{"type":"LiteralStringDouble","value":"2d"},
{"type":"LiteralStringInterpol","value":"}"},
{"type":"LiteralStringDouble","value":"]\""},
{"type":"Punctuation","value":")"},
{"type":"Text","value":"\n"}
]