We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bba415 commit 73d5a31Copy full SHA for 73d5a31
crates/rust-analyzer/tests/heavy_tests/main.rs
@@ -674,5 +674,5 @@ pub fn foo(_input: TokenStream) -> TokenStream {
674
});
675
676
let value = res.get("contents").unwrap().get("value").unwrap().to_string();
677
- assert_eq!(value, r#""```rust\nfoo::Bar\n```\n\n```rust\nfn bar()\n```""#)
+ assert_eq!(value, r#""\n````rust\nfoo::Bar\n````\n\n````rust\nfn bar()\n````""#)
678
}
0 commit comments