c4b8dae438
Signed-off-by: Damien George <damien@micropython.org>
7 lines
140 B
Python
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")
|