Skip to content

Commit ee32b61

Browse files
committed
Fix 05-comments.t when there are \r in there.
1 parent 7a2851c commit ee32b61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NQP/Grammar.nqp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ grammar NQP::Grammar is HLL::Grammar {
8888
|| <.panic: '=begin without matching =end'>
8989
]
9090
| <identifier> {}
91-
.*? ^^ <?before \h* [
91+
.*? \n <?before \h* [
9292
'='
9393
[ 'cut' »
9494
<.panic: 'Obsolete pod format, please use =begin/=end instead'> ]?

0 commit comments

Comments
 (0)