wip
This commit is contained in:
parent
bef2013c7f
commit
eac33d732e
6 changed files with 73 additions and 109 deletions
|
@ -857,13 +857,15 @@ mod test {
|
|||
// Our indentation is smarter than vims. So we don't match here
|
||||
cx.assert_manual(
|
||||
indoc! {"
|
||||
fn test()
|
||||
println!(ˇ);"},
|
||||
fn test() {
|
||||
println!(ˇ);
|
||||
}"},
|
||||
Mode::Normal,
|
||||
indoc! {"
|
||||
fn test()
|
||||
fn test() {
|
||||
ˇ
|
||||
println!();"},
|
||||
println!();
|
||||
}"},
|
||||
Mode::Insert,
|
||||
);
|
||||
cx.assert_manual(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue