Iron out some edge-cases

This commit is contained in:
Conrad Irwin 2023-09-20 16:30:45 -06:00
parent 2d9db0fed1
commit a25fcfdfa7
5 changed files with 24 additions and 21 deletions

View file

@ -355,6 +355,9 @@ mod test {
dd
ˇcc"})
.await;
cx.simulate_shared_keystrokes([":", "%", "s", "/", "/", "/", "enter"])
.await;
}
#[gpui::test]