mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-07 05:14:29 +08:00
Remove the piece of shit _get_insertion_node function
This commit is contained in:
@@ -1400,8 +1400,9 @@ def test_error_dedent_in_function(differ):
|
||||
def x():
|
||||
a
|
||||
b
|
||||
c
|
||||
c
|
||||
d
|
||||
e
|
||||
''')
|
||||
differ.initialize(code1)
|
||||
differ.parse(code2, parsers=ANY, copies=ANY, expect_error_leaves=True)
|
||||
|
||||
Reference in New Issue
Block a user