]> git.refcnt.org Git - colorize.git/blobdiff - t/conf/parse/fail.t
parse_conf(): minor tweaks
[colorize.git] / t / conf / parse / fail.t
index ea267f82fd3164bc5849d7c59bded808a117c2cf..d2988e496f4be49161780292cd1295c525ec6c5a 100755 (executable)
@@ -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,6 +47,7 @@ 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 1 exceeds maximum of'                                 ],
     );