mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-07 13:24:39 +08:00
Move another test to be used by all versions.
This commit is contained in:
@@ -118,6 +118,7 @@ FAILING_EXAMPLES = [
|
|||||||
r"u'\N{foo}'",
|
r"u'\N{foo}'",
|
||||||
r'b"\x"',
|
r'b"\x"',
|
||||||
r'b"\"',
|
r'b"\"',
|
||||||
|
'*a, *b = 3, 3',
|
||||||
|
|
||||||
# Parser/tokenize.c
|
# Parser/tokenize.c
|
||||||
r'"""',
|
r'"""',
|
||||||
@@ -380,7 +381,6 @@ def test_default_except_error_postition():
|
|||||||
('async def foo(): yield from []', '3.5'),
|
('async def foo(): yield from []', '3.5'),
|
||||||
('async def foo():\n yield x\n return 1', '3.6'),
|
('async def foo():\n yield x\n return 1', '3.6'),
|
||||||
('async def foo():\n yield x\n return 1', '3.6'),
|
('async def foo():\n yield x\n return 1', '3.6'),
|
||||||
('*a, *b = 3, 3', '3.3'),
|
|
||||||
('*a = 3', '3.5'),
|
('*a = 3', '3.5'),
|
||||||
('del *a, b', '3.5'),
|
('del *a, b', '3.5'),
|
||||||
('def x(*): pass', '3.5'),
|
('def x(*): pass', '3.5'),
|
||||||
|
|||||||
Reference in New Issue
Block a user