From 4d937dd8b0524e5159d37836f28d29668d483d28 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Mon, 28 Feb 2022 23:04:37 -0600 Subject: [PATCH] MATURE LIGATURE --- common/bin/terminal-rendering-test | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/common/bin/terminal-rendering-test b/common/bin/terminal-rendering-test index bf5c542..667e0a5 100755 --- a/common/bin/terminal-rendering-test +++ b/common/bin/terminal-rendering-test @@ -18,4 +18,8 @@ for s in {0..8}; do # text styles echo done echo -e "Emoji: 😱😍😬🎉" +echo -e "Possible Ligatures:" +echo -r " --> -> == != === ------> ** ++ |> <* := :: |] [| ===>" +echo -r " >= <= =>= ->- >>- <<- <***> =: <. <.> .> ~> ~~> ~~~~>" +echo -r " (* |- -| =!= :> |} {| >=> <=< ++++ ___" echo