Make ellipsis work for the differences between 2 and 3.

This commit is contained in:
Dave Halter
2017-07-16 18:49:19 +02:00
parent 33344d3ce4
commit 688dfaad24
3 changed files with 21 additions and 1 deletions

View File

@@ -285,6 +285,11 @@ def test_multiline_bytes_tripquote_literals(each_version):
_parse(s, each_version)
def test_ellipsis(works_ge_py3, each_version):
works_ge_py3.parse("...")
_parse("[0][...]", version=each_version)
def test_multiline_str_literals(each_version):
s = """
md5test("\xaa" * 80,