billiob pushed a commit to branch master.

http://git.enlightenment.org/apps/terminology.git/commit/?id=ee06d7f1358248fcc2d3a2eb82d71b540c0ab165

commit ee06d7f1358248fcc2d3a2eb82d71b540c0ab165
Author: Boris Faure <[email protected]>
Date:   Sat Feb 23 17:41:54 2019 +0100

    tests: use correct escape code
---
 tests/selection_simple.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/selection_simple.sh b/tests/selection_simple.sh
index 5010db6..3ab8e5d 100755
--- a/tests/selection_simple.sh
+++ b/tests/selection_simple.sh
@@ -19,7 +19,7 @@ printf '\033}tu;48;10;1;0;0\0'
 printf '\033}tr\0'
 
 # selection is 'EEEEE'
-printf '\033}tiEEEEE\0'
+printf '\033}tsEEEEE\0'
 
 # insert E in color
 printf '\033[;4HE'
@@ -28,7 +28,7 @@ printf '\033[;4HE'
 printf '\033}tr\0'
 
 # selection is 'EEEEE'
-printf '\033}tiEEEEE\0'
+printf '\033}tsEEEEE\0'
 
 # insert a
 printf 'a'

-- 


Reply via email to