Remove the piece of shit _get_insertion_node function

This commit is contained in:
Dave Halter
2020-04-04 03:51:28 +02:00
parent ad88783ac9
commit 7f0dd35c37
2 changed files with 27 additions and 51 deletions

View File

@@ -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)