Implement cursor merging
This commit is contained in:
parent
941100d715
commit
680486c4b5
3 changed files with 126 additions and 54 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue