summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc/issue-25944.rs
blob: 49625294bbea0cff8979ae21f4aed814345edea9 (plain)
1
2
3
4
5
6
7
8
9
10
11
// compile-flags:--test

/// ```
/// let a = r#"
/// foo
/// bar"#;
/// let b = "\nfoo\nbar";
/// assert_eq!(a, b);
/// ```
pub fn main() {
}