Add issue: 'bytes can only contain ASCII literal characters.'

This commit is contained in:
Dave Halter
2017-07-24 18:28:14 +02:00
parent 4e1513ae72
commit 319a0cc56f
2 changed files with 8 additions and 0 deletions

View File

@@ -120,6 +120,7 @@ def test_python_exception_matches(code):
('[*[] for a in [1]]', '3.5'),
('{**{} for a in [1]}', '3.5'),
('"s" b""', '3.5'),
('b"ä"', '3.5'),
]
)
def test_python_exception_matches_version(code, version):