Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
RT #116979 check for variable in regex assertions
  • Loading branch information
FROGGS committed Mar 2, 2013
1 parent 7a41b98 commit 123dfa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perl6/Grammar.pm
Expand Up @@ -3800,7 +3800,7 @@ grammar Perl6::RegexGrammar is QRegex::P6Regex::Grammar does STD {
}

token assertion:sym<var> {
<?before <sigil>> <var=.LANG('MAIN', 'variable')>
<?before <sigil>> <var=.LANG('MAIN', 'term:sym<variable>')>
}

token assertion:sym<~~> {
Expand Down

0 comments on commit 123dfa3

Please sign in to comment.