This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
re/re_tests: Rmv comment
authorKarl Williamson <khw@cpan.org>
Thu, 9 Apr 2015 18:41:53 +0000 (12:41 -0600)
committerKarl Williamson <khw@cpan.org>
Sat, 1 Aug 2015 16:18:05 +0000 (10:18 -0600)
This was a comment I added for debugging, and forgot to remove

t/re/re_tests

index a5f0527..6674a2a 100644 (file)
@@ -1915,7 +1915,6 @@ A+(*PRUNE)BC(?{}) AAABC   y       $&      AAABC
 /( (?&solution) | % ) \Z (?(DEFINE) (?<solution>7\%\ solution) )/x     7% solution     y       $1      7% solution             # [perl #122890]
 (.)(?{$~=$^N}) \x{100} y       $~      \x{100}         # [perl #123135]
 
-# pat  string  y/n/etc expr    expected-expr   skip-reason     comment
 /[a-z]/i       \N{KELVIN SIGN} y       $&      \N{KELVIN SIGN}
 /[A-Z]/ia      \N{KELVIN SIGN} y       $&      \N{KELVIN SIGN}
 /[A-Z]/iaa     \N{KELVIN SIGN} n       -       -