add a new test validating that the cursor does not move when cursor is on an empty line

This commit is contained in:
2025-09-07 21:09:20 +01:00
parent 11212430f4
commit a037211763
3 changed files with 21 additions and 2 deletions

View File

@@ -102,7 +102,6 @@ struct
if cursorIdx > otherIdx then
(* yanking backwards from cursorIdx *)
let
val () = print "272\n"
val length = cursorIdx - otherIdx + 1
val buffer = LineGap.goToIdx (otherIdx, buffer)