Skip to content

Commit

Permalink
RakuAST: fix stupid thinko in verbatim doc handling
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Jul 4, 2023
1 parent 5f488af commit ef76467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Raku/Grammar.nqp
Original file line number Diff line number Diff line change
Expand Up @@ -3621,7 +3621,7 @@ if $*COMPILING_CORE_SETTING {
<doc-configuration($<spaces>)>* <doc-newline>+
# fetch all non-empty lines, *NOT* looking at =pod markers
$<lines>=[^^ \h* \N+ \n?]*?
$<lines>=[^^ \N* \n?]*?
# until the matching end block
^^ $<spaces> '=end' \h+ $<type> [<doc-newline> | $]
Expand Down

0 comments on commit ef76467

Please sign in to comment.