Branch: refs/heads/yves/fix_HeaderParser_single_quote_bug Home: https://github.com/Perl/perl5 Commit: 963ec8caefe5fa9f8d64989f42b1842d5ac49980 https://github.com/Perl/perl5/commit/963ec8caefe5fa9f8d64989f42b1842d5ac49980 Author: Yves Orton <demer...@gmail.com> Date: 2025-02-14 (Fri, 14 Feb 2025)
Changed paths: M regen/HeaderParser.pm M t/porting/header_parser.t Log Message: ----------- regen/HeaderParser.pm - fix various edge cases We were not handling things like '\\' '\x01' nor 'ABCD' (multichar constants), nor were we handling spaces in expressions like "defined (foo)", also we weren't testing that we were warning free. This patch also includes support for auto-updating the two larger tests in t/porting/header_parser.t, now if you set the env var PERL_DEV_UPDATE_TESTFILE to a true value and run the script it will autoupdate the script with the latest output that is generated. To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications