aboutsummaryrefslogtreecommitdiffstats
path: root/t/conf/use.t
diff options
context:
space:
mode:
Diffstat (limited to 't/conf/use.t')
-rwxr-xr-xt/conf/use.t9
1 files changed, 5 insertions, 4 deletions
diff --git a/t/conf/use.t b/t/conf/use.t
index 0a695df..8c0586e 100755
--- a/t/conf/use.t
+++ b/t/conf/use.t
@@ -12,8 +12,9 @@ my $tests = 21;
my $conf = <<'EOT';
attr=underscore
-color=yellow # tested also in color.t
+color=yellow/black # tested also in color.t
omit-color-empty=yes
+rainbow-bg=yes
EOT
plan tests => $tests;
@@ -36,11 +37,11 @@ EOT
close($fh);
is(qx($program $infile1), <<"EOT", 'use config');
-\e[4;33mfoo\e[0m
+\e[40m\e[4;33mfoo\e[0m
-\e[4;33mbar\e[0m
+\e[41m\e[4;33mbar\e[0m
-\e[4;33mbaz\e[0m
+\e[42m\e[4;33mbaz\e[0m
EOT
my $infile2 = $write_to_tmpfile->('foo');