about summary refs log tree commit diff
path: root/src/tools/rustfmt/tests/target/issue-3270/one.rs
blob: a31a0ff57420802faca3d5ebf3422930f4359e78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// rustfmt-style_edition: 2015

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

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