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

13 lines
464 B
Text

[
{"type":"LiteralStringAffix","value":"f"},
{"type":"LiteralStringDouble","value":"\"\"\""},
{"type":"LiteralStringInterpol","value":"{"},
{"type":"Name","value":"d"},
{"type":"Punctuation","value":"["},
{"type":"LiteralNumberInteger","value":"0"},
{"type":"Text","value":"\n"},
{"type":"Punctuation","value":"]"},
{"type":"LiteralStringInterpol","value":"}"},
{"type":"LiteralStringDouble","value":"\"\"\""},
{"type":"Text","value":"\n"}
]