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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
140 B
Python
Raw Normal View History

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