Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
unv should allow multiple comments
  • Loading branch information
TimToady committed Jun 12, 2012
1 parent f179a1b commit 30385f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion STD.pm6
Expand Up @@ -674,7 +674,7 @@ token unv {
| \h+
| <?before \h* '=' [ \w | '\\'] > ^^ <.pod_comment>
| \h* <comment>
]
]+
}

token comment:sym<#`(...)> {
Expand Down

0 comments on commit 30385f8

Please sign in to comment.