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

30 lines
1.2 KiB
Text

[
{"type":"LiteralStringDouble","value":"\"a\""},
{"type":"Text","value":" "},
{"type":"LiteralStringDouble","value":"\"b\""},
{"type":"Text","value":" "},
{"type":"LiteralStringAffix","value":"f"},
{"type":"LiteralStringDouble","value":"\""},
{"type":"LiteralStringInterpol","value":"{"},
{"type":"Name","value":"x"},
{"type":"LiteralStringInterpol","value":"}"},
{"type":"LiteralStringDouble","value":"\""},
{"type":"Text","value":" "},
{"type":"LiteralStringDouble","value":"\""},
{"type":"LiteralStringInterpol","value":"{c}"},
{"type":"LiteralStringDouble","value":"\""},
{"type":"Text","value":" "},
{"type":"LiteralStringAffix","value":"f"},
{"type":"LiteralStringDouble","value":"\"str\u003c"},
{"type":"LiteralStringInterpol","value":"{"},
{"type":"Name","value":"y"},
{"type":"LiteralStringInterpol","value":":"},
{"type":"LiteralStringDouble","value":"^4"},
{"type":"LiteralStringInterpol","value":"}"},
{"type":"LiteralStringDouble","value":"\u003e\""},
{"type":"Text","value":" "},
{"type":"LiteralStringDouble","value":"\"d\""},
{"type":"Text","value":" "},
{"type":"LiteralStringDouble","value":"\"e\""},
{"type":"Text","value":"\n"}
]