summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/target/issue-3270/one.rs
blob: 78de94732432bda4b021a7b6b3832a9b8936183a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// rustfmt-version: One

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

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