Skip to content

Commit 9604088

Browse files
committed
fix regex syntax
1 parent 07cec10 commit 9604088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/21-version-release.rakutest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ if @files {
2121
for @files.sort -> $file {
2222
my $err-count = 0;
2323
my $content = $file.IO.slurp;
24-
for $content ~~ m:g:i/ <! after MoarVM> 'version 2'\d\d\d\.\d\d / -> $match {
24+
for $content ~~ m:g:i/ <!after 'MoarVM '> 'version 2'\d\d\d\.\d\d / -> $match {
2525
$err-count++;
2626
}
2727
my $error = $file;

0 commit comments

Comments
 (0)