mirror of
https://github.com/davidhalter/parso.git
synced 2026-01-21 18:42:24 +08:00
Try to add syntax errors to pep8 normalizing.
This commit is contained in:
@@ -27,7 +27,7 @@ def _get_error_list(code, version=None):
|
||||
('?', [(1, 0)]),
|
||||
('??', [(1, 0)]),
|
||||
('? ?', [(1, 0)]),
|
||||
('?\n?', [(1, 0)]),
|
||||
('?\n?', [(1, 0), (2, 0)]),
|
||||
('? * ?', [(1, 0)]),
|
||||
('1 + * * 2', [(1, 4)]),
|
||||
('?\n1\n?', [(1, 0), (3, 0)]),
|
||||
|
||||
Reference in New Issue
Block a user