Files
RustPython/extra_tests/snippets/syntax_decimal.py
2022-06-19 22:34:34 +08:00

7 lines
70 B
Python

try:
eval("0.E")
except SyntaxError:
pass
else:
assert False