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

12 lines
433 B
Text

[
{"type":"LiteralStringAffix","value":"f"},
{"type":"LiteralStringDouble","value":"\"abc "},
{"type":"LiteralStringInterpol","value":"{"},
{"type":"Name","value":"a"},
{"type":"Punctuation","value":"["},
{"type":"LiteralStringSingle","value":"'x'"},
{"type":"Punctuation","value":"]"},
{"type":"LiteralStringInterpol","value":"}"},
{"type":"LiteralStringDouble","value":" def\""},
{"type":"Text","value":"\n"}
]