mirror of
https://github.com/micropython/micropython.git
synced 2026-01-08 13:10:21 +01:00
tests: Add some more tests for bytes, bignum, string and ujson.
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
# basic strings
|
||||
|
||||
print(str())
|
||||
|
||||
x = 'abc'
|
||||
print(x)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user