mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 11:40:18 +01:00
tests: Add tests for SyntaxError, TypeError, and other missing things.
This is intended to improve coverage of the test suite.
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
|
||||
i = 1 << 65
|
||||
|
||||
# convert bignum to float on rhs
|
||||
print("%.5g" % (2.0 * i))
|
||||
|
||||
# this should convert to float
|
||||
print("%.5g" % (i / 5))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user