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 d688215 commit 6197a96Copy full SHA for 6197a96
crates/rust-analyzer/tests/heavy_tests/main.rs
@@ -774,5 +774,5 @@ pub fn foo(_input: TokenStream) -> TokenStream {
774
});
775
776
let value = res.get("contents").unwrap().get("value").unwrap().to_string();
777
- assert_eq!(value, r#""```rust\nfoo::Bar\nfn bar()\n```""#)
+ assert_eq!(value, r#""foo::Bar\n___\n\n```rust\nfn bar()\n```""#)
778
}
0 commit comments