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

index e5af756..8e67b61 100755 (executable)
@@ -724,3 +724,6 @@ sub DESTROY {
 }
 EXPECT
 Bar=ARRAY(0x...)
+########
+eval "a.b.c.d.e.f;sub"
+EXPECT