]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/issue-3265.rs
Merge commit '4c41a222ca5d1325fb4b6709395bd06e766cc042' into clippyup
[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 }