DEBSOURCES
Skip Quicknav
sources / micropython / 1.25.0%2Bds-1 / tests / float / lexer.py
123456
# 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