Skip to content

Commit 18bae27

Browse files
committed
Add unicode characters test to diagnostics script
1 parent b075d32 commit 18bae27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

etc/bin/diagnostics

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ commands=(
77
"printf '\e[34m\e[43mtext\e[m\n'"
88
"printf '\e[38;5;19m\e[48;5;226mtext\e[m\n'"
99
"printf '\e[38;2;0;0;255m\e[48;2;255;255;0mtext\e[m\n'"
10+
"printf '⋮│─'"
1011
"delta --no-gitconfig <(echo a) <(echo b) | cat -A"
1112
"delta --no-gitconfig <(echo a) <(echo b)"
1213
)

0 commit comments

Comments
 (0)