Add some tests for portions of visual text objects. Note: they are slightly broken currently as described in the tests
This commit is contained in:
parent
d2494822b0
commit
6a237deb21
14 changed files with 111 additions and 61 deletions
|
@ -26,6 +26,7 @@ async fn test_neovim(cx: &mut gpui::TestAppContext) {
|
|||
let mut cx = NeovimBackedTestContext::new(cx).await;
|
||||
|
||||
cx.simulate_shared_keystroke("i").await;
|
||||
cx.assert_state_matches().await;
|
||||
cx.simulate_shared_keystrokes([
|
||||
"shift-T", "e", "s", "t", " ", "t", "e", "s", "t", "escape", "0", "d", "w",
|
||||
])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue