Forgotten test data for PY-3363

This commit is contained in:
Dmitry Cheryasov
2011-06-05 17:48:00 +03:00
parent 3dad88cf94
commit 2e05c034e6

View File

@@ -0,0 +1,8 @@
# expected default bytes
data = (
r"\x" # ok
r"\Q" # ok
r"\n"
<info descr="null">ur"<info descr="null">\u0401</info>"</info>
<info descr="null">ur"<error descr="Invalid escape sequence">\u040z</error>"</info> # fail
)