summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/source/issue-3270/two.rs
blob: 0eb756471e748d143778ee0f131a6267242b6204 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// rustfmt-version: Two

pub fn main() {
 /*   let s = String::from(
        "
hello
world
",
    ); */

    assert_eq!(s, "\nhello\nworld\n");
}