micropython: add micropython component
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
try:
|
||||
print(bytearray(b'').decode())
|
||||
print(bytearray(b'abc').decode())
|
||||
except AttributeError:
|
||||
print("SKIP")
|
||||
raise SystemExit
|
Reference in New Issue
Block a user