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 f9d5b9d commit 7a89eb5Copy full SHA for 7a89eb5
S05-modifier/samemark.t
@@ -25,7 +25,7 @@ Testing the C<:mm> or C<:samemark> modifier - as always, need more tests
25
26
{
27
my $s = 'aa⃨';
28
- ok $s ~~ s:m/a+/oooo/, ':mm works with quantified atoms';
+ ok $s ~~ s:mm/a+/oooo/, ':mm works with quantified atoms';
29
is $s, 'oo⃨o⃨o⃨', ':mm transported mark information to longer substitution string';
30
}
31
0 commit comments