Extend true color test to include background color erase.
This commit is contained in:
@@ -100,6 +100,8 @@ baseline()
|
||||
# True color.
|
||||
# See https://gist.github.com/XVilka/8346728 for the test case
|
||||
truecolor)
|
||||
# Also check background color erase.
|
||||
printf '\033[48;2;255;0;255m\033[H\033[J'
|
||||
echo "Normal:"
|
||||
test_true_color
|
||||
echo "Bold:"
|
||||
|
||||
Reference in New Issue
Block a user