This commit is contained in:
Kirill Bulatov 2020-12-19 13:27:10 +02:00
parent 8c292e3cc5
commit 0415dcd832
2 changed files with 26 additions and 32 deletions

View file

@ -265,11 +265,11 @@ impl Test for T {
t<|>
}
"#,
expect![[r#"
ta type TestType =
ct const TEST_CONST: u16 =
fn fn test()
"#]],
expect![["
ta type TestType = \n\
ct const TEST_CONST: u16 = \n\
fn fn test()
"]],
);
}