aboutsummaryrefslogtreecommitdiffstats
path: root/t/conf/param.t
diff options
context:
space:
mode:
Diffstat (limited to 't/conf/param.t')
-rwxr-xr-xt/conf/param.t5
1 files changed, 3 insertions, 2 deletions
diff --git a/t/conf/param.t b/t/conf/param.t
index 520df2b..f8f535f 100755
--- a/t/conf/param.t
+++ b/t/conf/param.t
@@ -14,14 +14,15 @@ my $conf = <<'EOT';
attr=bold
color=blue
omit-color-empty=yes
+rainbow-fg=yes
EOT
my $expected = <<"EOT";
\e[1;34mfoo\e[0m
-\e[1;34mbar\e[0m
+\e[1;35mbar\e[0m
-\e[1;34mbaz\e[0m
+\e[1;36mbaz\e[0m
EOT
plan tests => $tests;