Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Correct tr/// adverbs to match .trans named parameters.
  • Loading branch information
peschwa committed Apr 15, 2015
1 parent 6830781 commit 239d74f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perl6/Actions.nqp
Expand Up @@ -5949,7 +5949,7 @@ class Perl6::Actions is HLL::Actions does STDActions {
%MATCH_ALLOWED_ADVERBS{$_} := 1;
}

$mods := 'd delete cm complement sq squash';
$mods := 'd delete c complement s squash';
for nqp::split(' ', $mods) {
%TRANS_ALLOWED_ADVERBS{$_} := 1;
}
Expand Down

0 comments on commit 239d74f

Please sign in to comment.