...

Text file src/github.com/alecthomas/chroma/v2/lexers/testdata/python/test_fstring_11b.expected

Documentation: github.com/alecthomas/chroma/v2/lexers/testdata/python

     1[
     2  {"type":"LiteralStringAffix","value":"f"},
     3  {"type":"LiteralStringDouble","value":"\"\"\"abc "},
     4  {"type":"LiteralStringInterpol","value":"{"},
     5  {"type":"Name","value":"a"},
     6  {"type":"Punctuation","value":"["},
     7  {"type":"LiteralStringDouble","value":"\"x\""},
     8  {"type":"Punctuation","value":"]"},
     9  {"type":"LiteralStringInterpol","value":"}"},
    10  {"type":"LiteralStringDouble","value":" def\"\"\""},
    11  {"type":"Text","value":"\n"}
    12]

View as plain text