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 7770a5c commit 84b072aCopy full SHA for 84b072a
xt/braces.t
@@ -24,12 +24,12 @@ sub test-it(Str $output, Str $file) {
24
25
my $line = $output.subst(/\s+/, ' ', :g); # canonicalize whitespace
26
27
- if $line ~~ /:i <!after curly> ' ' 'braces' / {
+ if $line ~~ /:i <!after curly> ' ' 'braces' >> / {
28
$msg ~= "Found 'braces' without 'curly'. ";
29
$ok = False;
30
}
31
32
- if $line ~~ /:i <!after square><!after angle> ' ' ('bracket' [s|ed]?) / {
+ if $line ~~ /:i <!after square><!after angle> ' ' ('bracket' [s|ed]?) >> / {
33
$msg ~= "Found '{~$0}' without 'square' or 'angle'.";
34
35
0 commit comments