Fix multi-line string formatting in editor_test.rs

This commit is contained in:
Max Brunsfeld 2022-10-06 15:13:29 -07:00
parent 17ed80f74d
commit 8411d886ac

View file

@ -1,9 +1,8 @@
use super::*;
use crate::test::{
assert_text_with_selections, build_editor, select_ranges, EditorLspTestContext,
EditorTestContext,
};
use super::*;
use futures::StreamExt;
use gpui::{
geometry::rect::RectF,
@ -3927,7 +3926,6 @@ async fn test_completion(cx: &mut gpui::TestAppContext) {
three
additional edit
"});
//
handle_completion_request(
&mut cx,
indoc! {"
@ -4580,7 +4578,7 @@ async fn test_extra_newline_insertion(cx: &mut gpui::TestAppContext) {
);
let text = concat!(
"{ }\n", // Suppress rustfmt
"{ }\n", //
" x\n", //
" /* */\n", //
"x\n", //