X-Git-Url: http://git.refcnt.org/?p=colorize.git;a=blobdiff_plain;f=t%2Ffail.t;h=0348201a12bccb377be2b6b6113d211ac9a921ba;hp=b152094cfb9567da764d454a1fad14fa09f2a285;hb=061db3b04401177fa9348785f71c7c5cc4946142;hpb=4848afa27f5788eba267c7e8508efdcb1fec41b3 diff --git a/t/fail.t b/t/fail.t index b152094..0348201 100755 --- a/t/fail.t +++ b/t/fail.t @@ -12,7 +12,7 @@ use IPC::Open3 qw(open3); use Symbol qw(gensym); use Test::More; -my $tests = 20; +my $tests = 23; my $run_program_fail = sub { @@ -40,6 +40,9 @@ SKIP: { my $dir = tempdir(CLEANUP => true); my @set = ( + [ '--attr=:', 'must be provided a string' ], + [ '--attr=bold:underscore', 'must have strings separated by ,' ], + [ '--attr=b0ld', 'must be provided valid attribute names' ], [ '--exclude-random=random', 'must be provided a plain color' ], [ '--clean --clean-all', 'mutually exclusive' ], [ '--clean file1 file2', 'more than one file' ],