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 af049af commit a27b0a6Copy full SHA for a27b0a6
xt/latest-version.t
@@ -33,7 +33,7 @@ my $ci_version = (sort_by_version(
33
@{ $ci->{jobs}{'matrix-tests'}{strategy}{matrix}{'perl-version'} }))[-1];
34
35
plan(tests => 2);
36
-ok($perl_org =~ /version-highlight.*\Q$ci_version\E\b/, $ci_version);
+like($perl_org, qr/version-highlight.*\Q$ci_version\E\b/, $ci_version);
37
38
my $doc_version = $ci_version;
39
$doc_version =~ s/\.[0-9]+$//;
0 commit comments