aboutsummaryrefslogtreecommitdiffstats
path: root/t/conf/parse/success.t
diff options
context:
space:
mode:
Diffstat (limited to 't/conf/parse/success.t')
-rwxr-xr-xt/conf/parse/success.t6
1 files changed, 5 insertions, 1 deletions
diff --git a/t/conf/parse/success.t b/t/conf/parse/success.t
index fe2d46d..9dd4937 100755
--- a/t/conf/parse/success.t
+++ b/t/conf/parse/success.t
@@ -12,7 +12,7 @@ use IPC::Open3 qw(open3);
use Symbol qw(gensym);
use Test::More;
-my $tests = 21;
+my $tests = 25;
my $conf = <<'EOT';
# comment
@@ -30,12 +30,16 @@ color=green
color=green
exclude-random=black
omit-color-empty=yes
+rainbow-fg=no
+rainbow-bg=no
attr=bold # comment
attr=bold # comment
attr=
color=
exclude-random=
omit-color-empty=
+rainbow-fg=
+rainbow-bg=
EOT
my $run_program_succeed = sub