Fix remaining vim failures
This commit is contained in:
parent
137d9384b5
commit
0bce80b6f8
10 changed files with 331 additions and 313 deletions
|
@ -434,19 +434,20 @@ mod test {
|
|||
use crate::test::{ExemptionFeatures, NeovimBackedTestContext};
|
||||
|
||||
const WORD_LOCATIONS: &'static str = indoc! {"
|
||||
The quick ˇbrowˇnˇ
|
||||
The quick ˇbrowˇnˇ•••
|
||||
fox ˇjuˇmpsˇ over
|
||||
the lazy dogˇ
|
||||
the lazy dogˇ••
|
||||
ˇ
|
||||
ˇ
|
||||
ˇ
|
||||
Thˇeˇ-ˇquˇickˇ ˇbrownˇ
|
||||
ˇ
|
||||
ˇ
|
||||
Thˇeˇ-ˇquˇickˇ ˇbrownˇ•
|
||||
ˇ••
|
||||
ˇ••
|
||||
ˇ fox-jumpˇs over
|
||||
the lazy dogˇ
|
||||
the lazy dogˇ•
|
||||
ˇ
|
||||
"};
|
||||
"
|
||||
};
|
||||
|
||||
#[gpui::test]
|
||||
async fn test_change_word_object(cx: &mut gpui::TestAppContext) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue