Skip to content

Commit 4806917

Browse files
committed
[recursive.t] niecza++ implements LTM, and thus detected that this test was wrong. Fixed by changing | to ||
1 parent 23dd517 commit 4806917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

S05-mass/recursive.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plan 20;
1313

1414
# L<S05/Extensible metasyntax (C<< <...> >>)>
1515

16-
my regex r { <?> | x <&r> }
16+
my regex r { <?> || x <&r> }
1717

1818
ok "" ~~ /<&r>/, '"" ~~ /<r>/ matched';
1919
is $/, "", 'with ""';

0 commit comments

Comments
 (0)