Skip to content

Commit 73d5a31

Browse files
committed
Update missed heavy test
1 parent 6bba415 commit 73d5a31

File tree

1 file changed

+1
-1
lines changed
  • crates/rust-analyzer/tests/heavy_tests

1 file changed

+1
-1
lines changed

crates/rust-analyzer/tests/heavy_tests/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -674,5 +674,5 @@ pub fn foo(_input: TokenStream) -> TokenStream {
674674
});
675675

676676
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```""#)
677+
assert_eq!(value, r#""\n````rust\nfoo::Bar\n````\n\n````rust\nfn bar()\n````""#)
678678
}

0 commit comments

Comments
 (0)