pass failing test for 'dj' motion through a different startLine calculation depending on whether cursor is already on a newline or not

This commit is contained in:
2025-09-25 06:34:08 +01:00
parent cddd03812b
commit 1000e74183
2 changed files with 11 additions and 3 deletions

View File

@@ -439,7 +439,7 @@ struct
, test "deletes two lines when cursor is on a newline" (fn _ =>
let
(* arrange *)
val originalString = "\nhello\nworld\ntrello\brillo\n"
val originalString = "\nhello\nworld\ntrello\nbrillo\n"
val originalIdx = 0
val app = TestUtils.init originalString