micropython: add micropython component
This commit is contained in:
6
components/language/micropython/tests/float/lexer.py
Normal file
6
components/language/micropython/tests/float/lexer.py
Normal file
@@ -0,0 +1,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
|
Reference in New Issue
Block a user