Skip to content

Commit

Permalink
Fix xt/link-checker.rakutest: s/fail/flunk/
Browse files Browse the repository at this point in the history
  • Loading branch information
cfa committed Mar 3, 2023
1 parent ce3d70d commit 1857494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xt/link-checker.rakutest
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ sub is-valid-link($links) {
for @$links -> $link {
if $link.starts-with('/') {
if $link.contains('.html') {
fail "$link contains .html";
flunk "$link contains .html";
}
if $link eq "/" {
pass "$link exists (generated)";
Expand Down

0 comments on commit 1857494

Please sign in to comment.