]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/source/issue-3265.rs
Auto merge of #85391 - Mark-Simulacrum:opt-tostring, r=scottmcm
[rust.git] / src / tools / rustfmt / tests / source / 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 }