This commit is contained in:
Kay Simmons 2023-02-16 12:23:45 -08:00
parent bef2013c7f
commit eac33d732e
6 changed files with 73 additions and 109 deletions

View file

@ -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(