chroma/lexers/testdata/python2/test_some_numeric_literals.actual
2025-03-22 20:46:00 +13:00

7 lines
90 B
Text

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