Some ideas for a diff parser.

This commit is contained in:
Dave Halter
2016-08-14 00:23:40 +02:00
parent 721195157a
commit b9040870c0
4 changed files with 172 additions and 582 deletions

View File

@@ -24,6 +24,7 @@ def test_add_to_end():
class Two(Abc):
def h(self):
self
""") # ^ here is the first completion
b = " def g(self):\n" \