projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
80ff368
)
Fix test added in change 23645 with an eval()
Rafael Garcia-Suarez [Tue, 14 Dec 2004 07:41:08 +0000 (07:41 +0000)]
p4raw-id: //depot/perl@23646
t/op/bop.t
patch
|
blob
|
blame
|
history
diff --git
a/t/op/bop.t
b/t/op/bop.t
index
5220f0a
..
b3d5382
100755
(executable)
--- a/
t/op/bop.t
+++ b/
t/op/bop.t
@@
-324,4
+324,4
@@
is($a, "\xFF", "~ works with utf-8");
# [rt.perl.org 33003]
# This would cause a segfault
-is( runperl(prog => '$#a>>=1; print 1'), 1 );
+is( runperl(prog => 'eval q($#a>>=1); print 1'), 1 );