Skip to content

Commit

Permalink
Cleanup: Switch some $<a>=<b> pod expressions to be the more common <…
Browse files Browse the repository at this point in the history
…a=.b> .
  • Loading branch information
pmichaud committed Apr 29, 2013
1 parent cf97fb8 commit 4ee4f97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Perl6/Grammar.nqp
Expand Up @@ -628,7 +628,7 @@ grammar Perl6::Grammar is HLL::Grammar does STD {
|| <identifier>
]
<pod_configuration($<spaces>)> <pod_newline>
$<pod_content> = <pod_textcontent>?
<pod_content=.pod_textcontent>?
}

token pod_block:sym<paragraph_raw> {
Expand Down Expand Up @@ -661,7 +661,7 @@ grammar Perl6::Grammar is HLL::Grammar does STD {
]
<pod_configuration($<spaces>)>
[\r\n|\s]
$<pod_content> = <pod_textcontent>?
<pod_content=.pod_textcontent>?
}

token pod_block:sym<abbreviated_raw> {
Expand Down

0 comments on commit 4ee4f97

Please sign in to comment.