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