summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/bytes_escape_unicode.py
blob: 1e450696f4f4fcec240922881fae1bff12ed0a30 (plain) (blame)
1
2
3
# Coverage test for unicode escape in a bytes literal.
# CPython issues a SyntaxWarning for this.
print(b"\u1234")