last_delete => last_operation

This commit is contained in:
Andras Schmelczer 2024-11-28 21:30:17 +00:00
commit 730038e0d0
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
3 changed files with 61 additions and 28 deletions

View file

@ -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?";