This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
407f8cf
)
re/re_tests: Rmv comment
author
Karl Williamson
<khw@cpan.org>
Thu, 9 Apr 2015 18:41:53 +0000
(12:41 -0600)
committer
Karl 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
patch
|
blob
|
blame
|
history
diff --git
a/t/re/re_tests
b/t/re/re_tests
index
a5f0527
..
6674a2a
100644
(file)
--- a/
t/re/re_tests
+++ b/
t/re/re_tests
@@
-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 - -