Skip to content

Commit

Permalink
Add a missing case of unspace.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Feb 16, 2010
1 parent a73f7b3 commit 88f3c6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Perl6/Grammar.pm
Expand Up @@ -944,6 +944,8 @@ token postfixish {
# last whitespace didn't end here
<!MARKED('ws')>

[ <.unsp> | '\\' ]?

<postfix_prefix_meta_operator>?
[
| <OPER=dotty>
Expand Down

0 comments on commit 88f3c6e

Please sign in to comment.