more descriptive name for one test

This commit is contained in:
2025-09-25 10:04:37 +01:00
parent 594367d6d8
commit 5610ccf630

View File

@@ -731,7 +731,8 @@ struct
(expectedString = actualString andalso expectedIdx = cursorIdx) (expectedString = actualString andalso expectedIdx = cursorIdx)
end) end)
, test , test
"deletes just newline and line above when cursor is on third line" "deletes just newline and line above when cursor is on third line \
\and third line contains only a newline"
(fn _ => (fn _ =>
let let
(* arrange *) (* arrange *)