Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Test default Mu.perl (resolves RT #62002).
  • Loading branch information
pmichaud committed Jun 25, 2012
1 parent b61ccd1 commit 9e82fe0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions S02-names-vars/perl.t
Expand Up @@ -136,6 +136,10 @@ my @tests = (
# TODO: more tests that show eval($t1_init) has the same guts as $t1.
#?pugs todo
ok $t1_new ~~ /<< krach >>/, 'attribute value appears in .perl output';

# RT #62002 -- validity of default .perl
my $t2_init = eval($t1_init).perl;
is $t1_init, $t2_init, '.perl on user-defined type roundtrips okay';
}

# RT #64080
Expand Down

0 comments on commit 9e82fe0

Please sign in to comment.