X-Git-Url: http://git.refcnt.org/?a=blobdiff_plain;f=t%2Fconf%2Fparse%2Ffail.t;h=d2988e496f4be49161780292cd1295c525ec6c5a;hb=f595ec52b39aaee0fc55ccb2eb8b7b6ac2eac4f4;hp=673153b147113062f85418487ea997ac79eb8c6b;hpb=c8123fe6adb0fc2095131a09df1bb5a82dd3c2a3;p=colorize.git diff --git a/t/conf/parse/fail.t b/t/conf/parse/fail.t index 673153b..d2988e4 100755 --- a/t/conf/parse/fail.t +++ b/t/conf/parse/fail.t @@ -12,7 +12,7 @@ use IPC::Open3 qw(open3); use Symbol qw(gensym); use Test::More; -my $tests = 8; +my $tests = 9; my $run_program_fail = sub { @@ -47,8 +47,9 @@ SKIP: { [ 'exclude-random1=black', 'option \'exclude-random1\' not recognized' ], [ 'omit-color-empty1=yes', 'option \'omit-color-empty1\' not recognized' ], [ 'attr', 'option \'attr\' not followed by =' ], + [ 'attr#', 'option \'attr\' not followed by =' ], [ 'attr bold', 'option \'attr\' not followed by =' ], - [ "color=$chars_exceed", 'line exceeds maximum of' ], + [ "color=$chars_exceed", 'line 1 exceeds maximum of' ], ); foreach my $set (@set) {