From 9c357928ef100abbc5ab0218408e6086f20767b5 Mon Sep 17 00:00:00 2001 From: Fiona Ebner Date: Wed, 16 Aug 2023 11:24:39 +0200 Subject: [PATCH] test: section config: also test array entries in unknown section Signed-off-by: Fiona Ebner --- test/section_config_test.pl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/section_config_test.pl b/test/section_config_test.pl index ccb364d..8117d76 100755 --- a/test/section_config_test.pl +++ b/test/section_config_test.pl @@ -219,6 +219,7 @@ my $with_unknown_data = { type => 'bad', common => 'omg', unknownfield => 'shouldnotbehere', + unknownarray => ['entry1', 'entry2'], }, }, order => enum(qw(t1 t2 invalid t3)), @@ -236,6 +237,8 @@ one: t2 bad: invalid common omg unknownfield shouldnotbehere + unknownarray entry1 + unknownarray entry2 two: t3 field2 5