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:
d264c82
)
Add TODO test for [perl #125493]
author
Karl Williamson
<khw@cpan.org>
Wed, 8 Feb 2017 04:42:40 +0000
(21:42 -0700)
committer
Karl Williamson
<khw@cpan.org>
Wed, 8 Feb 2017 04:51:30 +0000
(21:51 -0700)
t/lib/warnings/op
patch
|
blob
|
blame
|
history
diff --git
a/t/lib/warnings/op
b/t/lib/warnings/op
index
46885e2
..
b128eec
100644
(file)
--- a/
t/lib/warnings/op
+++ b/
t/lib/warnings/op
@@
-2117,3
+2117,9
@@
do xa for qq(sin);
do xa for my $a;
do xa for my @a;
EXPECT
+########
+# TODO [perl #125493
+use warnings;
+$_="3.14159";
+tr/0-9/\x{6F0}-\x{6F9}/;
+EXPECT