circuitpython/ports/unix/variants/coverage/frzmpy/frzmpy3.py

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