Sign in
◑
Theme
rust
/
rust
/
c8b68ef4778fc06fc20efd343fac5d8f12c2bbd6
/
.
/
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}$<."
,
}
}