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

12 lines
433 B
Text

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