add tests for 'd$' motion, including one failing test whose implementation needs to be fixed

This commit is contained in:
2025-10-16 12:02:20 +01:00
parent c2eaa5537c
commit f804a2a9fc
2 changed files with 157 additions and 20 deletions

View File

@@ -84,6 +84,7 @@ struct
(* load file intol gap buffer and create initial app *)
val io = TextIO.openIn "temp.txt"
val lineGap = ioToLineGap (io, LineGap.empty)
val lineGap = LineGap.fromString "hello\nworld"
val _ = TextIO.closeIn io
val app = AppType.init (lineGap, 1920, 1080, Time.now ())