pass all tests for 'j' motion

This commit is contained in:
2025-09-23 15:30:28 +01:00
parent 95a4f109bd
commit 9a15b1715a
2 changed files with 7 additions and 8 deletions

View File

@@ -463,7 +463,7 @@ struct
val {cursorIdx, ...} = TestUtils.updateMany (app, "2j")
(* assert *)
val expectedIdx = initialCursorIdx
val expectedIdx = 6
in
Expect.isTrue (cursorIdx = expectedIdx)
end)