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