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 4e5c102 commit a5d933fCopy full SHA for a5d933f
S32-io/io-path-extension.t
@@ -20,9 +20,14 @@ my @tests = gather {
20
\( :parts(0..3) ) => 'txt.tar.gz',
21
\( :parts(0..9) ) => 'txt.tar.gz',
22
\( :parts(0..∞) ) => 'txt.tar.gz',
23
+ \( :parts( ^∞) ) => 'txt.tar.gz',
24
+ \( :parts(1^..^3) ) => 'tar.gz',
25
+ \( :parts(1^..*) ) => 'txt.tar.gz',
26
\( :parts(0..*) ) => 'txt.tar.gz',
27
\( :4parts ) => '',
28
\( :parts(4..4) ) => '',
29
+ \( :parts(3^..4) ) => '',
30
+ \( :parts(2^..4) ) => 'txt.tar.gz',
31
\( :parts(0..4) ) => 'txt.tar.gz',
32
\( :0parts ) => '',
33
\( :parts(0..0) ) => '',
0 commit comments