Skip to content

Commit

Permalink
Add parsing of $/ as a param_var (RT #63152).
Browse files Browse the repository at this point in the history
  • Loading branch information
pmichaud committed Feb 11, 2009
1 parent 2e70f2d commit d44d19c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser/grammar.pg
Expand Up @@ -482,7 +482,7 @@ rule post_constraint {
}

token param_var {
<sigil> <twigil>? <identifier>
<sigil> <twigil>? [ <identifier> || $<identifier>=['/'] ]
{*}
}

Expand Down

0 comments on commit d44d19c

Please sign in to comment.