Skip to content

Commit cdd0b56

Browse files
Nemo157calebcartwright
authored andcommitted
Test that both table headers and values are not wrapped
1 parent 368a633 commit cdd0b56

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tests/target/issue-4210.rs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
/// | val | x |
88
pub struct Item;
99

10-
/// Table that is > 80 symbols:
10+
/// Table value that is > 80 symbols:
1111
///
12-
/// | table | xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
13-
/// |-------|-----------------------------------------------------------------------------
14-
/// | val | x
15-
pub struct Item;
12+
/// | table | heading
13+
/// |----------|-----------------------------------------------------------------------------
14+
/// | long val | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
15+
pub struct Item2;

0 commit comments

Comments
 (0)