Skip to content

Commit 7a89eb5

Browse files
committed
faulty test is faulty, :m ain't :mm
1 parent f9d5b9d commit 7a89eb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

S05-modifier/samemark.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Testing the C<:mm> or C<:samemark> modifier - as always, need more tests
2525

2626
{
2727
my $s = 'aa⃨';
28-
ok $s ~~ s:m/a+/oooo/, ':mm works with quantified atoms';
28+
ok $s ~~ s:mm/a+/oooo/, ':mm works with quantified atoms';
2929
is $s, 'oo⃨o⃨o⃨', ':mm transported mark information to longer substitution string';
3030
}
3131

0 commit comments

Comments
 (0)