chroma/lexers/testdata/python2/test_some_numeric_literals.actual

8 lines
90 B
Text
Raw Permalink Normal View History

2025-03-22 20:46:00 +13:00
# Valid
a = 0x21 + 0b10010
b = 1e100j * 3.14e-10j
c = 42 ** 10 - .52
# Invalid
d = 1_000