From 29a787ff476993402169c1ea1b0427a9ded49983 Mon Sep 17 00:00:00 2001 From: Tiago Peczenyj Date: Fri, 15 Dec 2023 16:45:47 +0100 Subject: [PATCH] narrow unit test --- t/01-parse.t | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/t/01-parse.t b/t/01-parse.t index d3778e3..11ff4a7 100644 --- a/t/01-parse.t +++ b/t/01-parse.t @@ -158,10 +158,12 @@ subtest "valid tcf v2 consent string using bitfield" => sub { done_testing; }; -=pod + subtest - "valid tcf v2 consent string using bitfield with publisher TC section" => sub { + "valid tcf v2 consent string using bitfield with publisher TC section" => + sub { +=pod subtest "without custom purposes" => sub { my $consent; @@ -291,11 +293,11 @@ subtest done_testing: }; +=cut done_testing; }; -=cut subtest "valid tcf v2 consent string using range" => sub { my $consent;