Implement cursor merging

This commit is contained in:
Andras Schmelczer 2025-04-01 22:49:02 +01:00
parent 941100d715
commit 680486c4b5
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
3 changed files with 126 additions and 54 deletions

View file

@ -36,7 +36,7 @@ fn test_with_examples() {
&doc.right().text,
));
doc.assert_eq(reconcile_with_cursors(
doc.assert_eq(&reconcile_with_cursors(
&doc.parent(),
doc.left(),
doc.right(),