Revert "Update LCS diffing to support insertions before deletions"

This reverts commit 8d90f1bccda0b7d99639085e0bfa3488c3c01dbe.
This commit is contained in:
Levi McCallum
2016-02-05 11:58:23 -08:00
parent 8f3788d0b2
commit 6a2903f2ec
2 changed files with 23 additions and 27 deletions

View File

@@ -46,19 +46,19 @@
@[@"bob", @"alice", @"dave"],
@[@"gary", @"alice", @"dave", @"jack"],
@[@0, @3],
@[@1],
@[@0],
],
@[
@[@"bob", @"alice", @"dave", @"judy", @"lynda", @"tony"],
@[@"gary", @"bob", @"suzy", @"tony"],
@[@0, @2],
@[@2, @4, @5, @6],
@[@1, @2, @3, @4],
],
@[
@[@"bob", @"alice", @"dave", @"judy"],
@[@"judy", @"dave", @"alice", @"bob"],
@[@1, @2, @3],
@[@0, @2, @4],
@[@0, @1, @2],
],
];