tests/unix: Add coverage test for freezing various objects.
Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
6
ports/unix/variants/coverage/frzmpy/frzmpy3.py
Normal file
6
ports/unix/variants/coverage/frzmpy/frzmpy3.py
Normal file
@@ -0,0 +1,6 @@
|
||||
# Test freezing objects that may not be handled well by the build process.
|
||||
|
||||
print("\\")
|
||||
print("\nX")
|
||||
print(repr("\x1b"))
|
||||
print(b"\x00\xff")
|
||||
Reference in New Issue
Block a user