tests/unix: Add coverage test for freezing various objects.

Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
Damien George
2022-02-28 18:51:45 +11:00
parent 5c46721a1c
commit c4b8dae438
3 changed files with 14 additions and 0 deletions

View 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")