Merge inserts with inserts
This commit is contained in:
parent
730038e0d0
commit
3303a31cc4
7 changed files with 154 additions and 72 deletions
|
|
@ -56,7 +56,7 @@ mod test {
|
|||
"original_1 original_2 original_3",
|
||||
"original_1 edit_1 original_3",
|
||||
"original_1 edit_1 original_3",
|
||||
"original_1 edit_1 edit_1 original_3",
|
||||
"original_1 edit_1 original_3",
|
||||
);
|
||||
|
||||
// One deleted a large range, the other deleted subranges and inserted as well
|
||||
|
|
@ -120,7 +120,7 @@ mod test {
|
|||
"both delete the same word but one a bit more",
|
||||
"both the same word",
|
||||
"both same word",
|
||||
"both same wordword",
|
||||
"both same word",
|
||||
);
|
||||
|
||||
test_merge_both_ways(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue