mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-29 02:03:53 +00:00
Update missed heavy test
This commit is contained in:
parent
6bba4158cb
commit
73d5a31450
@ -674,5 +674,5 @@ pub fn foo(_input: TokenStream) -> TokenStream {
|
||||
});
|
||||
|
||||
let value = res.get("contents").unwrap().get("value").unwrap().to_string();
|
||||
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````""#)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user