Skip to content

Commit

Permalink
verify unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
peczenyj committed Dec 15, 2023
1 parent 34f3ec0 commit d91a0dd
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions t/01-parse.t
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,10 @@ 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 {
subtest "without custom purposes" => sub {
my $consent;
Expand Down Expand Up @@ -217,7 +218,6 @@ subtest
};
subtest "with custom purposes" => sub {

my $consent;
my $tc_string =
Expand Down Expand Up @@ -295,6 +295,8 @@ subtest
done_testing;
};
=cut

subtest "valid tcf v2 consent string using range" => sub {
my $consent;

Expand Down

0 comments on commit d91a0dd

Please sign in to comment.