X-Git-Url: http://git.refcnt.org/?p=colorize.git;a=blobdiff_plain;f=t%2Ffail.t;h=e2d71beb121c1fa58acad76208097c6d906fb02a;hp=daf1867a6dbc277d28367e53184e6ae7b0565964;hb=13b184a21e6ede64a9cf16f20dd774ea8cd45c4f;hpb=c44419169f25ee8a0fddfb78ffe4cc6f240a1699 diff --git a/t/fail.t b/t/fail.t index daf1867..e2d71be 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 = 24; +my $tests = 25; my $run_program_fail = sub { @@ -42,7 +42,8 @@ SKIP: { my @set = ( [ '--attr=:', 'must be provided a string' ], [ '--attr=bold:underscore', 'must have strings separated by ,' ], - [ '--attr=b0ld', 'must be provided valid attribute names' ], + [ '--attr=b0ld', 'attribute \'b0ld\' is not valid' ], + [ '--attr=b0ld,underscore', 'attribute \'b0ld\' is not valid' ], # NULify comma [ '--attr=bold,bold', 'has attribute \'bold\' twice or more' ], [ '--exclude-random=random', 'must be provided a plain color' ], [ '--clean --clean-all', 'mutually exclusive' ],