1
0
mirror of https://github.com/alecthomas/chroma.git synced 2025-02-13 13:28:27 +02:00
chroma/lexers/testdata/python/test_fstring_10a.expected

13 lines
433 B
Plaintext

[
{"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"}
]