Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
unbust S02-lexical-conventions/unspace.t
  • Loading branch information
FROGGS committed Sep 30, 2013
1 parent d828773 commit b9bebcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perl6/Grammar.nqp
Expand Up @@ -448,7 +448,7 @@ grammar Perl6::Grammar is HLL::Grammar does STD {
}

token unsp {
\\ <?[\s'#']>
\\ <?before [\s|'#'] >
:dba('unspace')
[
| <.vws>
Expand Down

0 comments on commit b9bebcc

Please sign in to comment.