summaryrefslogtreecommitdiffstatshomepage
path: root/tests/float/lexer.py
blob: a4b1941eea947674cc32fa9b9f321333db2b20d2 (plain) (blame)
1
2
3
4
5
6
# since black code formatter does not allow leading decimal point with nothing
# before it, we need to test it explicitly

# fmt: off
print(.1)
# fmt: on