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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user