mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
add regression test for #85763
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
// regression test for https://github.com/rust-lang/rust/issues/85763
|
||||
|
||||
#![crate_name = "foo"]
|
||||
|
||||
//@ has foo/index.html '//main' 'Some text that should be concatenated.'
|
||||
#[doc = " Some text"]
|
||||
#[doc = r" that should"]
|
||||
/// be concatenated.
|
||||
pub fn main() {
|
||||
println!("Hello, world!");
|
||||
}
|
||||
Reference in New Issue
Block a user