Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
grab a magic fix from Rakudo
  • Loading branch information
bschmalhofer committed Mar 31, 2009
1 parent 27a6390 commit 7b0c4c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pct/actions.pm
Expand Up @@ -1016,7 +1016,7 @@ method quote_term($/, $key) {
my $past;
if $key eq 'literal' {
$past := PAST::Val.new(
:value( ~$<quote_literal> ),
:value( ~$($<quote_literal>) ),
:returns('PhpString'),
:node($/)
);
Expand Down

0 comments on commit 7b0c4c1

Please sign in to comment.