From 9082b6aa7b7bd32db92ed1bd8ebe31e836147704 Mon Sep 17 00:00:00 2001 From: Steven Schubiger Date: Tue, 17 Sep 2019 23:14:18 +0200 Subject: parse_conf(): minor tweaks - Parse lines with CRLF endings - Separate the '#' sign from the option name --- t/conf/parse/fail.t | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 't/conf/parse') diff --git a/t/conf/parse/fail.t b/t/conf/parse/fail.t index ea267f8..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,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' ], ); -- cgit v1.2.3