mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-02 19:53:46 +00:00
Add tests for visual indent struct tuple
This commit is contained in:
parent
9dc643a6ae
commit
9befcded8c
39
tests/source/struct_tuple_visual.rs
Normal file
39
tests/source/struct_tuple_visual.rs
Normal file
@ -0,0 +1,39 @@
|
||||
// rustfmt-normalize_comments: true
|
||||
// rustfmt-wrap_comments: true
|
||||
// rustfmt-error_on_line_overflow: false
|
||||
// rustfmt-struct_lit_style: Visual
|
||||
fn foo() {
|
||||
|
||||
Fooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo(f(), b());
|
||||
|
||||
Foooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo(// Comment
|
||||
foo(), /* Comment */
|
||||
// Comment
|
||||
bar() /* Comment */);
|
||||
|
||||
Foo(Bar, f());
|
||||
|
||||
Quux(if cond {
|
||||
bar();
|
||||
},
|
||||
baz());
|
||||
|
||||
Baz(xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx,
|
||||
zzzzz /* test */);
|
||||
|
||||
A(// Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec a diam lectus. Sed sit
|
||||
// amet ipsum mauris. Maecenas congue ligula ac quam viverra nec consectetur ante
|
||||
// hendrerit. Donec et mollis dolor.
|
||||
item(),
|
||||
// Praesent et diam eget libero egestas mattis sit amet vitae augue.
|
||||
// Nam tincidunt congue enim, ut porta lorem lacinia consectetur.
|
||||
Item);
|
||||
|
||||
Diagram(// o This graph demonstrates how
|
||||
// / \ significant whitespace is
|
||||
// o o preserved.
|
||||
// /|\ \
|
||||
// o o o o
|
||||
G)
|
||||
|
||||
}
|
39
tests/target/struct_tuple_visual.rs
Normal file
39
tests/target/struct_tuple_visual.rs
Normal file
@ -0,0 +1,39 @@
|
||||
// rustfmt-normalize_comments: true
|
||||
// rustfmt-wrap_comments: true
|
||||
// rustfmt-error_on_line_overflow: false
|
||||
// rustfmt-struct_lit_style: Visual
|
||||
fn foo() {
|
||||
|
||||
Fooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo(f(), b());
|
||||
|
||||
Foooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo(// Comment
|
||||
foo(), /* Comment */
|
||||
// Comment
|
||||
bar() /* Comment */);
|
||||
|
||||
Foo(Bar, f());
|
||||
|
||||
Quux(if cond {
|
||||
bar();
|
||||
},
|
||||
baz());
|
||||
|
||||
Baz(xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx,
|
||||
zzzzz /* test */);
|
||||
|
||||
A(// Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec a diam lectus. Sed sit
|
||||
// amet ipsum mauris. Maecenas congue ligula ac quam viverra nec consectetur ante
|
||||
// hendrerit. Donec et mollis dolor.
|
||||
item(),
|
||||
// Praesent et diam eget libero egestas mattis sit amet vitae augue.
|
||||
// Nam tincidunt congue enim, ut porta lorem lacinia consectetur.
|
||||
Item);
|
||||
|
||||
Diagram(// o This graph demonstrates how
|
||||
// / \ significant whitespace is
|
||||
// o o preserved.
|
||||
// /|\ \
|
||||
// o o o o
|
||||
G)
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user