We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8442d8 commit 7c8c01aCopy full SHA for 7c8c01a
MISC/bug-coverage.t
@@ -21,7 +21,7 @@ subtest '.count-only/.bool-only for iterated content' => {
21
combinations(4,1).iterator => [4, '&combinations'],
22
permutations(2).iterator => [2, '&permutations'],
23
4.combinations(1).iterator => [4, '.combinations'],
24
- 2.permutations.iterator => [2, '.permutations'],
+ ^2 .permutations.iterator => [2, '.permutations'],
25
:42foo.iterator => [1, 'Pair.iterator'],
26
:42foo.kv.iterator => [2, 'Pair.kv.iterator'],
27
}
0 commit comments