feat: rename similar -> likewise
This commit is contained in:
parent
a169e29954
commit
7e86fb2e55
44 changed files with 64 additions and 391 deletions
|
|
@ -1,31 +0,0 @@
|
|||
---
|
||||
source: src/algorithms/myers.rs
|
||||
expression: d.ops()
|
||||
---
|
||||
[
|
||||
Equal {
|
||||
old_index: 0,
|
||||
new_index: 0,
|
||||
len: 2,
|
||||
},
|
||||
Delete {
|
||||
old_index: 2,
|
||||
old_len: 1,
|
||||
new_index: 2,
|
||||
},
|
||||
Equal {
|
||||
old_index: 3,
|
||||
new_index: 2,
|
||||
len: 2,
|
||||
},
|
||||
Insert {
|
||||
old_index: 5,
|
||||
new_index: 4,
|
||||
new_len: 1,
|
||||
},
|
||||
Insert {
|
||||
old_index: 5,
|
||||
new_index: 5,
|
||||
new_len: 1,
|
||||
},
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue