last_delete => last_operation
This commit is contained in:
parent
44f9a44f63
commit
730038e0d0
3 changed files with 61 additions and 28 deletions
|
|
@ -272,7 +272,7 @@ mod tests {
|
|||
#[test]
|
||||
fn test_calculate_operations_with_insert() {
|
||||
let original = "hello world! ...";
|
||||
let left = "Hello world! I'm Andras.";
|
||||
let left = "hello world! I'm Andras.";
|
||||
let right = "Hello world! How are you?";
|
||||
let expected = "Hello world! I'm Andras.How are you?";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue