diff options
| author | 2017-05-14 23:06:44 +0200 | |
|---|---|---|
| committer | 2017-05-14 23:06:44 +0200 | |
| commit | 611014f73d9183a4ddda3476e6e0d6b48763be9a (patch) | |
| tree | 7a2510758de6dd39ee79c5c8a94a99519617f778 /t/fail.t | |
| parent | c5aee0b6ea9709789396f90ad115dd16ac970b0b (diff) | |
| download | colorize-611014f73d9183a4ddda3476e6e0d6b48763be9a.tar.gz colorize-611014f73d9183a4ddda3476e6e0d6b48763be9a.tar.bz2  | |
Test --attr with multiple occurrences
Diffstat (limited to 't/fail.t')
| -rwxr-xr-x | t/fail.t | 3 | 
1 files changed, 2 insertions, 1 deletions
@@ -12,7 +12,7 @@ use IPC::Open3 qw(open3);  use Symbol qw(gensym);  use Test::More; -my $tests = 23; +my $tests = 24;  my $run_program_fail = sub  { @@ -43,6 +43,7 @@ SKIP: {          [ '--attr=:',                'must be provided a string'                   ],          [ '--attr=bold:underscore',  'must have strings separated by ,'            ],          [ '--attr=b0ld',             'must be provided valid attribute names'      ], +        [ '--attr=bold,bold',        'has attribute \'bold\' twice or more'        ],          [ '--exclude-random=random', 'must be provided a plain color'              ],          [ '--clean --clean-all',     'mutually exclusive'                          ],          [ '--clean file1 file2',     'more than one file'                          ],  | 
