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

13 lines
465 B
Text

[
{"type":"LiteralStringAffix","value":"f"},
{"type":"LiteralStringSingle","value":"'"},
{"type":"LiteralStringInterpol","value":"{"},
{"type":"NameBuiltin","value":"chr"},
{"type":"Punctuation","value":"("},
{"type":"LiteralNumberInteger","value":"65"},
{"type":"Punctuation","value":")"},
{"type":"Text","value":" "},
{"type":"LiteralStringInterpol","value":"= }"},
{"type":"LiteralStringSingle","value":"'"},
{"type":"Text","value":"\n"}
]