# New Ticket Created by Nuno Carvalho # Please include the string: [perl #40981] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=40981 >
Hi all, Very small patch just to correct a small typo in 01-regex.t in PGE's test suit. Files affected: * t/compilers/pge/p6regex/01-regex.t Best regards, ./smash
Index: t/compilers/pge/p6regex/01-regex.t =================================================================== --- t/compilers/pge/p6regex/01-regex.t (revision 15777) +++ t/compilers/pge/p6regex/01-regex.t (working copy) @@ -26,7 +26,7 @@ =item result -The expected result of the match. Either C<y> or for a successful match, C<n> +The expected result of the match. Either C<y> for a successful match, or C<n> for a failed one. Otherwise the output is expected to begin and end with C</>.