Skip to content

Commit 6b5846b

Browse files
committed
"that that" is not uncommon, allow it
1 parent f8d4d3a commit 6b5846b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xt/duplicates.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Allow a few well known duplicates, like 'long long'
1515
1616
=end overview
1717

18-
my $safe-dupes = Set.new(<method long default>); # Allow these dupes
18+
my $safe-dupes = Set.new(<method long default that>); # Allow these dupes
1919

2020
my @files = Test-Files.files \
2121
.grep({$_.ends-with: '.pod6' or $_.ends-with: '.md'}) \

0 commit comments

Comments
 (0)