...

Text file src/github.com/alecthomas/chroma/v2/lexers/testdata/python2/test_some_numeric_literals.actual

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

     1# Valid
     2a = 0x21 + 0b10010
     3b = 1e100j * 3.14e-10j
     4c = 42 ** 10 - .52
     5
     6# Invalid
     7d = 1_000

View as plain text