From 1b0c7701cc97cd7bef8bb9729011d4cf291a60c5 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Thu, 13 Aug 2020 17:42:52 +0200 Subject: Rename ra_ide -> ide --- crates/ide/test_data/highlight_injection.html | 48 +++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create 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 new file mode 100644 index 000000000..18addd00d --- /dev/null +++ b/crates/ide/test_data/highlight_injection.html @@ -0,0 +1,48 @@ + + +
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