mirror of
https://github.com/micropython/micropython.git
synced 2026-01-09 05:30:27 +01:00
tests: Add tests for builtins: all, any, sum, abs.
This commit is contained in:
@@ -26,3 +26,7 @@ print(1j / 2)
|
||||
#print(1j / 2j) uPy doesn't print correctly
|
||||
#print(1j ** 2) uPy doesn't print correctly
|
||||
#print(1j ** 2j) uPy doesn't print correctly
|
||||
|
||||
# builtin abs
|
||||
print(abs(1j))
|
||||
print(abs(1j + 2))
|
||||
|
||||
Reference in New Issue
Block a user