chroma/lexers/testdata/python/test_fstring_20a.expected

13 lines
427 B
Text
Raw Permalink Normal View History

2025-03-22 20:46:00 +13:00
[
{"type":"LiteralStringAffix","value":"f"},
{"type":"LiteralStringSingle","value":"'a="},
{"type":"LiteralStringInterpol","value":"{"},
{"type":"Name","value":"d"},
{"type":"Punctuation","value":"["},
{"type":"LiteralStringDouble","value":"\"a\""},
{"type":"Punctuation","value":"]"},
{"type":"LiteralStringInterpol","value":"}"},
{"type":"LiteralStringSingle","value":"'"},
{"type":"Text","value":"\n"}
]