Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix heredocs that contain a quote's standard starter
  • Loading branch information
Mouq committed Apr 20, 2014
1 parent e347792 commit ec3d853
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions STD.pm6
Expand Up @@ -525,6 +525,7 @@ class Herestub {
}

role herestop {
token starter { <!> }
regex stopper { ^^ {} $<ws>=[\h*?] :r $*DELIM \h* <.unv>?? $$ \v? }
}

Expand Down

0 comments on commit ec3d853

Please sign in to comment.