add tests for 'yk' motion (next: implement 'yj' motion and test it)
This commit is contained in:
@@ -54,4 +54,18 @@ struct
|
||||
in
|
||||
loop (#msgs app)
|
||||
end
|
||||
|
||||
fun expectNoYank (app: AppType.app_type) =
|
||||
let
|
||||
open MailboxType
|
||||
open DrawMsg
|
||||
open Railroad
|
||||
open Railroad.Test
|
||||
|
||||
fun loop (DRAW (YANK _) :: _) = Expect.isTrue false
|
||||
| loop (hd :: tl) = loop tl
|
||||
| loop ([]) = Expect.isTrue true
|
||||
in
|
||||
loop (#msgs app)
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user