lexsub.t: To-do tests for citing lex subs after errors
authorFather Chrysostomos <sprout@cpan.org>
Sat, 1 Jun 2013 13:28:12 +0000 (06:28 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 2 Jun 2013 18:54:55 +0000 (11:54 -0700)
commitfe54d63b71ffdc66546e8a06b4ea561f58af2fc2
treed721e4d6ba9abb1e2edcc6e9bf16f408af9323f5
parent2ed399824d40517f931177c026a4ffd16f63d553
lexsub.t: To-do tests for citing lex subs after errors

This currently causes assertion failures on debugging builds.  On
non-debugging builds (untested), it probably crashes:

my sub a { foo ref } # foo must not exist
a();
t/op/lexsub.t