Add test for complete reordering of LCS diff

This commit is contained in:
Levi McCallum 2016-02-04 17:22:47 -08:00
parent 9dc358196a
commit a2045f19c5

View File

@ -54,6 +54,12 @@
@[@0, @2],
@[@1, @2, @3, @4],
],
@[
@[@"bob", @"alice", @"dave", @"judy"],
@[@"judy", @"dave", @"alice", @"bob"],
@[@1, @2, @3],
@[@0, @1, @2],
],
];
for (NSArray *test in tests) {