mirror of
https://github.com/mfontanini/presenterm.git
synced 2026-09-01 23:33:21 -06:00
test: Rename typo in a test case
for added clarity, since the previous name was confusing.
This commit is contained in:
parent
32d9ff0a32
commit
44ce9a1453
@ -505,7 +505,7 @@ mod tests {
|
||||
#[case::strikethrough(TextStyle::default().strikethrough(), &[TextAttribute::Strikethrough])]
|
||||
#[case::underlined(TextStyle::default().underlined(), &[TextAttribute::Underlined])]
|
||||
#[case::bg_color(TextStyle::default().bg_color(Color::Red), &[TextAttribute::BackgroundColor(Color::Red)])]
|
||||
#[case::bg_color(TextStyle::default().fg_color(Color::Red), &[TextAttribute::ForegroundColor(Color::Red)])]
|
||||
#[case::fg_color(TextStyle::default().fg_color(Color::Red), &[TextAttribute::ForegroundColor(Color::Red)])]
|
||||
#[case::all(
|
||||
TextStyle::default().bold().code().italics().strikethrough().underlined().bg_color(Color::Black).fg_color(Color::Red),
|
||||
&[
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user