From f47f58ffe5fb494c883ec4fd120cdd63ad31cc68 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Fri, 24 Aug 2018 00:13:16 +0300 Subject: better join-lines --- crates/libeditor/tests/test.rs | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'crates/libeditor/tests/test.rs') diff --git a/crates/libeditor/tests/test.rs b/crates/libeditor/tests/test.rs index e5088ad27..858c6c4a6 100644 --- a/crates/libeditor/tests/test.rs +++ b/crates/libeditor/tests/test.rs @@ -223,6 +223,14 @@ fn foo() { fn foo() { foo(1, 2, 3) } +"); + + do_check(r" +struct Foo <|>{ + f: u32, +}<|> +", r" +struct Foo { f: u32 } "); } -- cgit v1.2.3