Skip to content

Commit

Permalink
refactor(test): preserve settings for underline and strike on whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
bashbunni committed Sep 13, 2024
1 parent 40d8545 commit af56df9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions testdata/formatting
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ set
clear; width: 20;
underline: true; underline-spaces: false
----
hello world! πŸ›‡
hello world! πŸ›‡

# If underline is not set, underline-spaces does nothing.
set
clear; width: 20;
underline-spaces: true
----
hello world! πŸ›‡
hello    world! πŸ›‡

set
clear; width: 20;
Expand Down Expand Up @@ -74,14 +74,14 @@ set
clear; width: 20;
strikethrough: true; strikethrough-spaces: false
----
hello world! πŸ›‡
hello world! πŸ›‡

# If strikethrough is not set, strikethrough-spaces does nothing.
set
clear; width: 20;
strikethrough-spaces: true
----
hello world! πŸ›‡
hello    world! πŸ›‡

set
clear; width: 20;
Expand Down Expand Up @@ -126,14 +126,14 @@ set
clear; reverse: true; width: 20;
underline: true; underline-spaces: false
----
hello world! πŸ›‡
hello world! πŸ›‡

# If underline is not set, underline-spaces does nothing.
set
clear; reverse: true; width: 20;
underline-spaces: true
----
hello world! πŸ›‡
hello    world! πŸ›‡

set
clear; reverse: true; width: 20;
Expand Down Expand Up @@ -169,14 +169,14 @@ set
clear; reverse: true; width: 20;
strikethrough: true; strikethrough-spaces: false
----
hello world! πŸ›‡
hello world! πŸ›‡

# If strikethrough is not set, strikethrough-spaces does nothing.
set
clear; reverse: true; width: 20;
strikethrough-spaces: true
----
hello world! πŸ›‡
hello    world! πŸ›‡

set
clear; reverse: true; width: 20;
Expand Down

0 comments on commit af56df9

Please sign in to comment.