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 d201389 commit 5f93731Copy full SHA for 5f93731
xt/braces.t
@@ -23,15 +23,15 @@ sub test-it(Str $output, Str $file) {
23
my $msg;
24
25
if $output ~~ /:i <!after curly> ' braces' / {
26
- $msg ~= "Found 'braces' without 'curly'. ";
+ $msg ~= "Found 'braces' without 'curly'. ";
27
$ok = False;
28
}
29
30
- if $output ~~ /:i <!after square> <!after angle> ' brackets' / {
31
- $msg ~= "Found 'brackets' without 'square' ";
+ if $output ~~ /:i <!after square> <!after angle> ' ' ('bracket' [s|ed]?) / {
+ $msg ~= "Found '{~$0}' without 'square' or 'angle'.";
32
33
34
-
+
35
ok $ok, $file ~ ($msg ?? ": $msg" !! "");
36
37
0 commit comments