Test that both table headers and values are not wrapped

This commit is contained in:
Wim Looman 2022-09-10 13:31:08 +02:00 committed by Caleb Cartwright
parent 368a63305c
commit cdd0b56071

View File

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