From ba6def8eb600956616864fa2eae5e66fe044cad8 Mon Sep 17 00:00:00 2001 From: Boris Faure Date: Sat, 8 Dec 2018 22:08:22 +0100 Subject: [PATCH] tests: add one on tabs --- tests/tabs.sh | 10 ++++++++++ tests/tests.results | 1 + 2 files changed, 11 insertions(+) create mode 100755 tests/tabs.sh diff --git a/tests/tabs.sh b/tests/tabs.sh new file mode 100755 index 00000000..a9e9900c --- /dev/null +++ b/tests/tabs.sh @@ -0,0 +1,10 @@ +#!/bin/sh + +# fill space with E +printf '\033#8' +#set color +printf '\033[46;31;3m' +printf '\033H\033H\033[3C\033H\033[4C\033H\033[5C\033H\033[6C\033H' +printf '\033[7C\033H\033[8C\033H\033[9C#' +printf '\n#\t#\033[2I#\t#\033[3Z\033[g@\t#\t#\t#\t#\t#\t#\t#\t#\t#\t#' +printf '\n#\t#\033[2I\033[3g@\t#\t#\t#\t#\t#\t#\t#\t#\t#\t#' diff --git a/tests/tests.results b/tests/tests.results index 12ca893c..abd4bec9 100644 --- a/tests/tests.results +++ b/tests/tests.results @@ -13,3 +13,4 @@ cursor-shape-4.sh dc3615ec92c9254cbf6b1deb83c3fda2 cursor-shape-5.sh 21332951c006a2d91cf0f227758ff477 cursor-shape-6.sh 21332951c006a2d91cf0f227758ff477 cursor-shape-7.sh 5d0dadf7273d918cbcd99df95e56795e +tabs.sh 960b74686e23e8e39c3446768b9efc75