...

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

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

     1[
     2  {"type":"LiteralStringAffix","value":"f"},
     3  {"type":"LiteralStringSingle","value":"'"},
     4  {"type":"LiteralStringInterpol","value":"{"},
     5  {"type":"Punctuation","value":"("},
     6  {"type":"Keyword","value":"lambda"},
     7  {"type":"Text","value":" "},
     8  {"type":"Name","value":"x"},
     9  {"type":"Punctuation","value":":"},
    10  {"type":"Text","value":" "},
    11  {"type":"Name","value":"x"},
    12  {"type":"Operator","value":"*"},
    13  {"type":"LiteralNumberInteger","value":"2"},
    14  {"type":"Punctuation","value":")("},
    15  {"type":"LiteralNumberInteger","value":"3"},
    16  {"type":"Punctuation","value":")"},
    17  {"type":"LiteralStringInterpol","value":"}"},
    18  {"type":"LiteralStringSingle","value":"'"},
    19  {"type":"Text","value":"\n"}
    20]

View as plain text