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