Fix remaining vim failures
This commit is contained in:
parent
137d9384b5
commit
0bce80b6f8
10 changed files with 331 additions and 313 deletions
|
@ -1017,15 +1017,17 @@ mod test {
|
|||
let test_case = indoc! {"
|
||||
ˇaaaˇbˇ ˇbˇ ˇbˇbˇ aˇaaˇbaaa
|
||||
ˇ ˇbˇaaˇa ˇbˇbˇb
|
||||
ˇ
|
||||
ˇ•••
|
||||
ˇb
|
||||
"};
|
||||
"
|
||||
}
|
||||
.replace("•", " ");
|
||||
|
||||
for count in 1..=3 {
|
||||
cx.assert_binding_matches_all([&count.to_string(), "shift-f", "b"], test_case)
|
||||
cx.assert_binding_matches_all([&count.to_string(), "shift-f", "b"], &test_case)
|
||||
.await;
|
||||
|
||||
cx.assert_binding_matches_all([&count.to_string(), "shift-t", "b"], test_case)
|
||||
cx.assert_binding_matches_all([&count.to_string(), "shift-t", "b"], &test_case)
|
||||
.await;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue