Sign in
rust
/
rust
/
97b1c314892ef4497c0ce5656daa3a54c4e052d3
/
.
/
src
/
tools
/
rustfmt
/
tests
/
target
/
issue-3265.rs
blob: 7db1dbd8b73259eb1a958daea3a232df72198a79 [
file
]
// rustfmt-newline_style: Windows
#[
cfg
(
test
)]
mod
test
{
summary_test
!
{
tokenize_recipe_interpolation_eol
,
"
foo
:
#
some comment
{{
hello
}}
",
"
foo
:
\
{{
hello
}}
\
{{
ahah
}}
",
"N:#$>^{N}$<."
,
}
}