...

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

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

     1[
     2  {"type":"LiteralStringAffix","value":"f"},
     3  {"type":"LiteralStringSingle","value":"'''"},
     4  {"type":"LiteralStringInterpol","value":"{"},
     5  {"type":"Name","value":"d"},
     6  {"type":"Punctuation","value":"["},
     7  {"type":"LiteralNumberInteger","value":"0"},
     8  {"type":"Text","value":"\n"},
     9  {"type":"Punctuation","value":"]"},
    10  {"type":"LiteralStringInterpol","value":"}"},
    11  {"type":"LiteralStringSingle","value":"'''"},
    12  {"type":"Text","value":"\n"}
    13]

View as plain text