Skip to content

Commit

Permalink
save work
Browse files Browse the repository at this point in the history
  • Loading branch information
tbrowder committed Jan 19, 2024
1 parent 3aa6c01 commit b3a30dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/03-unusual-inputs.t
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ subtest {
my $target = "Args";
my $junction = abbrev $target; # OUTPUT: "A|Ar|Arg|Args";
my $res = False;
for @w {
for $junction.split(/'|'/) {
when /$junction/ { $res = True }
default { $res = False }
}
Expand Down

0 comments on commit b3a30dc

Please sign in to comment.