Fix cursors
This commit is contained in:
parent
f95bd43240
commit
5759b6bf66
8 changed files with 157 additions and 175 deletions
|
|
@ -28,7 +28,7 @@ expected: long small
|
|||
parent: long run of text where one barely has no changes but has cursors
|
||||
left: long| run of tex|t where one barely has no |changes but has |cursors
|
||||
right: long run one barely has no changes cursors
|
||||
expected: long| run| one barely has no |changes |cursors
|
||||
expected: long| ru|n one barely has no |changes |cursors
|
||||
|
||||
---
|
||||
parent: long text where the cursor has to be clamped after delete
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
parent: original_1 original_2 original_3
|
||||
left: original_1 edit_1| original_3
|
||||
right: original_1 original_2| edit_2
|
||||
expected: original_1 edit_1|| edit_2
|
||||
expected: original_1| edit_1| edit_2
|
||||
|
||||
---
|
||||
# Both replace the same token with the same value
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ expected: Send the |detailed |quarterly |detailed report to the |entire |team
|
|||
parent: Ready, Set go
|
||||
left: Ready! Set go|
|
||||
right: Ready, Set, go!|
|
||||
expected: Ready! Set, go!||
|
||||
expected: Ready!| Set, go!|
|
||||
|
||||
---
|
||||
parent: "Total: $100"
|
||||
|
|
@ -67,7 +67,7 @@ expected: market| placemarket|space
|
|||
parent: A B C D
|
||||
left: A X B D|
|
||||
right: A B Y|
|
||||
expected: A X B Y||
|
||||
expected: A X B| Y|
|
||||
|
||||
---
|
||||
parent: Please submit your assignment by Friday
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue