diff options
author | Steven Schubiger <stsc@refcnt.org> | 2019-08-30 20:41:16 +0200 |
---|---|---|
committer | Steven Schubiger <stsc@refcnt.org> | 2019-08-30 20:41:16 +0200 |
commit | 31de42f6348099f80017e1b35abb407db01e6559 (patch) | |
tree | a585bc1aa9298c45349f49adfaf0b12764f94ba9 /t/conf | |
parent | 946a888c6c7aea8af693089bed73673c193899a7 (diff) | |
download | colorize-31de42f6348099f80017e1b35abb407db01e6559.tar.gz colorize-31de42f6348099f80017e1b35abb407db01e6559.tar.bz2 |
Print line number when exceeding chars
Diffstat (limited to 't/conf')
-rwxr-xr-x | t/conf/parse/fail.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/conf/parse/fail.t b/t/conf/parse/fail.t index 673153b..ea267f8 100755 --- a/t/conf/parse/fail.t +++ b/t/conf/parse/fail.t @@ -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) { |