mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-11 00:40:25 +00:00
Add test for complete reordering of LCS diff
This commit is contained in:
parent
9dc358196a
commit
a2045f19c5
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user