Skip to content

Commit

Permalink
Adapt one test to fatalization of $#
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeenan committed Oct 12, 2018
1 parent 796c0e5 commit e8ec2ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/op/heredoc.t
Expand Up @@ -109,7 +109,7 @@ HEREDOC

# [perl #125540] this asserted or crashed
fresh_perl_like(
q(map d$#<<<<""),
q(map d<<<<""),
qr/Can't find string terminator "" anywhere before EOF at - line 1\./,
{},
"Don't assert parsing a here-doc if we hit EOF early"
Expand Down

0 comments on commit e8ec2ac

Please sign in to comment.