micropython/ports/unix/variants/coverage/frzmpy/frzmpy3.py
Damien George c4b8dae438 tests/unix: Add coverage test for freezing various objects.
Signed-off-by: Damien George <damien@micropython.org>
2022-02-28 19:02:58 +11:00

7 lines
140 B
Python

# Test freezing objects that may not be handled well by the build process.
print("\\")
print("\nX")
print(repr("\x1b"))
print(b"\x00\xff")