...

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

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

     1[
     2  {"type":"LiteralStringAffix","value":"f"},
     3  {"type":"LiteralStringDouble","value":"\""},
     4  {"type":"LiteralStringInterpol","value":"{"},
     5  {"type":"Name","value":"math"},
     6  {"type":"Operator","value":"."},
     7  {"type":"Name","value":"pi"},
     8  {"type":"LiteralStringInterpol","value":"=!f:"},
     9  {"type":"LiteralStringDouble","value":".2f"},
    10  {"type":"LiteralStringInterpol","value":"}"},
    11  {"type":"LiteralStringDouble","value":"\""},
    12  {"type":"Text","value":"\n"}
    13]

View as plain text