This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix bug in isSCRIPT_RUN with digit following unassigned
authorKarl Williamson <khw@cpan.org>
Thu, 18 Jan 2018 21:05:23 +0000 (14:05 -0700)
committerKarl Williamson <khw@cpan.org>
Wed, 31 Jan 2018 05:12:46 +0000 (22:12 -0700)
commit13d9cfd2bcbeb126d5df43533bf52c9df1ba3960
tree13257ca4e1ecfb2bbe55c102fd20212c83dfcc2c
parenteac3f4d5c7d71a1a3a22818c6bcc9c32b312eb40
Fix bug in isSCRIPT_RUN with digit following unassigned

This was being treated as a run, but shouldn't be one.
regexec.c
t/re/script_run.t