...

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

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

     1[
     2  {"type":"Name","value":"S"},
     3  {"type":"Text","value":" "},
     4  {"type":"Operator","value":"="},
     5  {"type":"Text","value":" "},
     6  {"type":"Punctuation","value":"("},
     7  {"type":"Name","value":"H"},
     8  {"type":"Text","value":" "},
     9  {"type":"Operator","value":"@"},
    10  {"type":"Text","value":" "},
    11  {"type":"Name","value":"beta"},
    12  {"type":"Text","value":" "},
    13  {"type":"Operator","value":"-"},
    14  {"type":"Text","value":" "},
    15  {"type":"Name","value":"r"},
    16  {"type":"Punctuation","value":")"},
    17  {"type":"Operator","value":"."},
    18  {"type":"Name","value":"T"},
    19  {"type":"Text","value":" "},
    20  {"type":"Operator","value":"@"},
    21  {"type":"Text","value":" "},
    22  {"type":"Name","value":"inv"},
    23  {"type":"Punctuation","value":"("},
    24  {"type":"Name","value":"H"},
    25  {"type":"Text","value":" "},
    26  {"type":"Operator","value":"@"},
    27  {"type":"Text","value":" "},
    28  {"type":"Name","value":"V"},
    29  {"type":"Text","value":" "},
    30  {"type":"Operator","value":"@"},
    31  {"type":"Text","value":" "},
    32  {"type":"Name","value":"H"},
    33  {"type":"Operator","value":"."},
    34  {"type":"Name","value":"T"},
    35  {"type":"Punctuation","value":")"},
    36  {"type":"Text","value":" "},
    37  {"type":"Operator","value":"@"},
    38  {"type":"Text","value":" "},
    39  {"type":"Punctuation","value":"("},
    40  {"type":"Name","value":"H"},
    41  {"type":"Text","value":" "},
    42  {"type":"Operator","value":"@"},
    43  {"type":"Text","value":" "},
    44  {"type":"Name","value":"beta"},
    45  {"type":"Text","value":" "},
    46  {"type":"Operator","value":"-"},
    47  {"type":"Text","value":" "},
    48  {"type":"Name","value":"r"},
    49  {"type":"Punctuation","value":")"},
    50  {"type":"Text","value":"\n"}
    51]

View as plain text