test-term: add blocks and border chars test
This commit is contained in:
parent
f7220ddf08
commit
1cb5298e94
1 changed files with 8 additions and 0 deletions
|
@ -57,6 +57,14 @@ echo -e '\e[48;2;240;143;104mtruecolor background, de facto standard (commonly u
|
||||||
echo
|
echo
|
||||||
echo "Emoji: 🚀 💩 😁 🍖 🔥 🔷 ❤️ "
|
echo "Emoji: 🚀 💩 😁 🍖 🔥 🔷 ❤️ "
|
||||||
|
|
||||||
|
echo
|
||||||
|
echo "Blocks:"
|
||||||
|
echo -e '🮙\n🮙\n🮙'
|
||||||
|
echo
|
||||||
|
echo -e '╭──────────────╮'
|
||||||
|
echo -e '│ border chars │'
|
||||||
|
echo -e '╰──────────────╯'
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo "Ligatures:"
|
echo "Ligatures:"
|
||||||
echo "-<< -< -<- <-- <--- <<- <- -> ->> --> ---> ->- >- >>- <-> <--> <---> <----> <!--"
|
echo "-<< -< -<- <-- <--- <<- <- -> ->> --> ---> ->- >- >>- <-> <--> <---> <----> <!--"
|
||||||
|
|
Loading…
Reference in a new issue