add tests for 'yh' motion

This commit is contained in:
2026-01-07 06:33:10 +00:00
parent adb8757ed8
commit 8b0031ca71
7 changed files with 136 additions and 11 deletions

View File

@@ -5,13 +5,13 @@ struct
fun main () =
let
val tests =
List.concat
[ NormalMove.tests
, NormalDelete.tests
, Regression.tests
, RegexTests.tests
]
val tests = List.concat
[ NormalMove.tests
, NormalDelete.tests
, NormalYank.tests
, Regression.tests
, RegexTests.tests
]
val tests = concat tests
in
runWithConfig [Configuration.PrintPassed false] tests