helix/helix-tui/tests
Caleb Larsen 26efba0dc3 fix: Make `Table` `Cell`s set the style of their text
`helix_tui::widgets::Cell` contains styled `Text`. In the case of a
styled `Cell` with styled `Text`, the styled `Text` would override the
style of the `Cell`. This led to errors where it seemed
`ui.text.directory` had more priority than `ui.menu.selected` and
`ui.text.focus`. This change also adds some tests from doc comments of
`Text` and makes them actually tested.

Closes: #13768
2025-06-23 20:43:59 -05:00
..
terminal.rs Avoid cloning the whole paragraph content just for rendering (#9739) 2024-02-27 18:24:05 +01:00
text.rs fix: Make `Table` `Cell`s set the style of their text 2025-06-23 20:43:59 -05:00
widgets_block.rs tui: Disable tests for now. 2021-05-10 17:30:06 +09:00
widgets_list.rs tui: Disable tests for now. 2021-05-10 17:30:06 +09:00
widgets_paragraph.rs tui: Constify functions, shrink Margin representation 2024-05-21 04:34:36 +09:00
widgets_table.rs tui: Constify functions, shrink Margin representation 2024-05-21 04:34:36 +09:00