rust/tests/source/issue-3265.rs

15 lines
230 B
Rust
Raw Normal View History

2018-12-23 22:18:00 +01:00
// rustfmt-newline_style: Windows
#[cfg(test)]
mod test {
summary_test! {
tokenize_recipe_interpolation_eol,
"foo: # some comment
{{hello}}
",
"foo: \
{{hello}} \
{{ahah}}",
"N:#$>^{N}$<.",
}
}