Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Commit

Permalink
Fix bug in interpolated closure test.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmichaud committed Nov 8, 2009
1 parent ee6743c commit 1e2187a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/nqp/38-quotes.t
Expand Up @@ -14,6 +14,6 @@ my $num := 5;

ok( "xxx {3+$num} zzz" eq 'xxx 8 zzz', "basic closure interpolation" );

ok( qq{xxx {3+$num} zzz} eq 'xxx 8 zzz', "basic qq{} closure interpolation" );
ok( qq{xxx {3+$num} zzz} eq 'xxx 8 zzz', 'basic qq{} closure interpolation' );


0 comments on commit 1e2187a

Please sign in to comment.