github: abuse CI to test escape sequence detection

This commit is contained in:
Dylan Araps 2019-10-01 01:05:17 +03:00
parent c97120b82f
commit 66e0bfe709

View File

@ -9,3 +9,5 @@ jobs:
run: | run: |
shellcheck pfetch shellcheck pfetch
sh pfetch sh pfetch
var=$(printf '[?7l[?25l')
echo "a${var}b"