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 23dd517 commit 4806917Copy full SHA for 4806917
S05-mass/recursive.t
@@ -13,7 +13,7 @@ plan 20;
13
14
# L<S05/Extensible metasyntax (C<< <...> >>)>
15
16
-my regex r { <?> | x <&r> }
+my regex r { <?> || x <&r> }
17
18
ok "" ~~ /<&r>/, '"" ~~ /<r>/ matched';
19
is $/, "", 'with ""';
0 commit comments