...

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

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

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

View as plain text