projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
ab97ca1
)
Test for #9952.
Jarkko Hietaniemi [Wed, 2 May 2001 13:05:38 +0000 (13:05 +0000)]
p4raw-id: //depot/perl@9955
t/op/tie.t
patch
|
blob
|
blame
|
history
diff --git
a/t/op/tie.t
b/t/op/tie.t
index
4413ed2
..
9a65155
100755
(executable)
--- a/
t/op/tie.t
+++ b/
t/op/tie.t
@@
-196,3
+196,9
@@
vec($a,1,1)=0;
vec($b,1,1)=0;
die unless $a eq $b;
EXPECT
+########
+# An attempt at lvalueable barewords broke this
+
+tie FH, 'main';
+EXPECT
+