parent
0af6e442a7
commit
05c4c7872c
4 changed files with 17 additions and 0 deletions
|
@ -124,5 +124,9 @@ mod test {
|
|||
cx.set_shared_state("heˇllo\n").await;
|
||||
cx.simulate_shared_keystrokes("y y i ctrl-r \"").await;
|
||||
cx.shared_state().await.assert_eq("hehello\nˇllo\n");
|
||||
|
||||
cx.simulate_shared_keystrokes("ctrl-r x ctrl-r escape")
|
||||
.await;
|
||||
cx.shared_state().await.assert_eq("hehello\nˇllo\n");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue