...

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

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

     1[
     2  {"type":"Name","value":"message"},
     3  {"type":"Operator","value":"."},
     4  {"type":"Name","value":"append"},
     5  {"type":"Punctuation","value":"("},
     6  {"type":"LiteralStringAffix","value":"f"},
     7  {"type":"LiteralStringDouble","value":"\" [line "},
     8  {"type":"LiteralStringInterpol","value":"{"},
     9  {"type":"Name","value":"lineno"},
    10  {"type":"LiteralStringInterpol","value":":"},
    11  {"type":"LiteralStringDouble","value":"2d"},
    12  {"type":"LiteralStringInterpol","value":"}"},
    13  {"type":"LiteralStringDouble","value":"]\""},
    14  {"type":"Punctuation","value":")"},
    15  {"type":"Text","value":"\n"}
    16]

View as plain text