]> git.refcnt.org Git - colorize.git/blobdiff - t/conf/parse/fail.t
Print line number when exceeding chars
[colorize.git] / t / conf / parse / fail.t
index 673153b147113062f85418487ea997ac79eb8c6b..ea267f82fd3164bc5849d7c59bded808a117c2cf 100755 (executable)
@@ -48,7 +48,7 @@ SKIP: {
         [ 'omit-color-empty1=yes', 'option \'omit-color-empty1\' not recognized'               ],
         [ '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) {