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

16 lines
591 B
Text

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