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

23 lines
864 B
Text

[
{"type":"LiteralStringAffix","value":"f"},
{"type":"LiteralStringDouble","value":"\""},
{"type":"LiteralStringInterpol","value":"{"},
{"type":"Name","value":"fn"},
{"type":"Punctuation","value":"("},
{"type":"Name","value":"lst"},
{"type":"Punctuation","value":","},
{"type":"LiteralNumberInteger","value":"2"},
{"type":"Punctuation","value":")"},
{"type":"LiteralStringInterpol","value":"}"},
{"type":"LiteralStringDouble","value":" "},
{"type":"LiteralStringInterpol","value":"{"},
{"type":"Name","value":"fn"},
{"type":"Punctuation","value":"("},
{"type":"Name","value":"lst"},
{"type":"Punctuation","value":","},
{"type":"LiteralNumberInteger","value":"3"},
{"type":"Punctuation","value":")"},
{"type":"LiteralStringInterpol","value":"}"},
{"type":"LiteralStringDouble","value":"\""},
{"type":"Text","value":"\n"}
]