]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/issue-3265.rs
Auto merge of #85178 - cjgillot:local-crate, r=oli-obk
[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 }