From 31de42f6348099f80017e1b35abb407db01e6559 Mon Sep 17 00:00:00 2001 From: Steven Schubiger Date: Fri, 30 Aug 2019 20:41:16 +0200 Subject: Print line number when exceeding chars --- t/conf/parse/fail.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't') 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) { -- cgit v1.2.3