root/t/perl5/eval_lex.t
| Revision 20490, 140 bytes (checked in by Auzon, 8 months ago) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | use v6; |
| 2 | use Test; |
| 3 | plan 1; |
| 4 | |
| 5 | my $self = "some text"; |
| 6 | |
| 7 | is ~eval(q/"self is $self"/,:lang<perl5>),"self is some text","lexical inside an eval"; |
Note: See TracBrowser
for help on using the browser.
