Skip to content

Commit

Permalink
Add unicode characters test to diagnostics script
Browse files Browse the repository at this point in the history
  • Loading branch information
dandavison committed Aug 8, 2020
1 parent b075d32 commit 18bae27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions etc/bin/diagnostics
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ commands=(
"printf '\e[34m\e[43mtext\e[m\n'"
"printf '\e[38;5;19m\e[48;5;226mtext\e[m\n'"
"printf '\e[38;2;0;0;255m\e[48;2;255;255;0mtext\e[m\n'"
"printf '⋮│─'"
"delta --no-gitconfig <(echo a) <(echo b) | cat -A"
"delta --no-gitconfig <(echo a) <(echo b)"
)
Expand Down

0 comments on commit 18bae27

Please sign in to comment.