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

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

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