From c692b5d76d7a9c01643f1f4be3fa8c777a9b0adb Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Fri, 28 Aug 2020 14:47:14 +0200 Subject: :arrow_up: expect-test --- crates/ide/test_data/highlight_injection.html | 48 --------------------------- 1 file changed, 48 deletions(-) delete mode 100644 crates/ide/test_data/highlight_injection.html (limited to 'crates/ide/test_data/highlight_injection.html') diff --git a/crates/ide/test_data/highlight_injection.html b/crates/ide/test_data/highlight_injection.html deleted file mode 100644 index 18addd00d..000000000 --- a/crates/ide/test_data/highlight_injection.html +++ /dev/null @@ -1,48 +0,0 @@ - - -
fn fixture(ra_fixture: &str) {}
-
-fn main() {
-    fixture(r#"
-        trait Foo {
-            fn foo() {
-                println!("2 + 2 = {}", 4);
-            }
-        }"#
-    );
-}
\ No newline at end of file -- cgit v1.2.3