projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
08b362f
)
Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
Jarkko Hietaniemi [Mon, 4 Jun 2001 17:10:16 +0000 (17:10 +0000)]
bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
leakage patch.
p4raw-id: //depot/perl@10438
t/op/misc.t
patch
|
blob
|
blame
|
history
diff --git
a/t/op/misc.t
b/t/op/misc.t
index
e5af756
..
8e67b61
100755
(executable)
--- a/
t/op/misc.t
+++ b/
t/op/misc.t
@@
-724,3
+724,6
@@
sub DESTROY {
}
EXPECT
Bar=ARRAY(0x...)
+########
+eval "a.b.c.d.e.f;sub"
+EXPECT