This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
restore error message for unterminated strings
authorLukas Mai <l.mai@web.de>
Wed, 8 Nov 2017 22:05:35 +0000 (23:05 +0100)
committerLukas Mai <l.mai@web.de>
Wed, 8 Nov 2017 22:08:02 +0000 (23:08 +0100)
commit1b8d3e0ec09c0c17d265c810d130bd9a405dd7fb
treed628101e516683bc05a599b4ab7f7be137bbceb1
parent1497ab400e823b864d4fe1c329aa4d051e106a71
restore error message for unterminated strings

The previous strchr/memchr changes inadvertently broke the error message
for perl -e '"'. Instead of

    Can't find string terminator '"' anywhere before EOF

it became

    Can't find string terminator """ anywhere before EOF
t/lib/croak/toke
toke.c