]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/issue-3265.rs
Add 'compiler/rustc_codegen_gcc/' from commit 'afae271d5d3719eeb92c18bc004bb6d1965a5f3f'
[rust.git] / src / tools / rustfmt / tests / target / issue-3265.rs
1 // rustfmt-newline_style: Windows
2 #[cfg(test)]
3 mod test {
4     summary_test! {
5         tokenize_recipe_interpolation_eol,
6     "foo: # some comment
7  {{hello}}
8 ",
9     "foo: \
10     {{hello}} \
11     {{ahah}}",
12         "N:#$>^{N}$<.",
13       }
14 }