Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 16791992a0d974b4c400611f3ecf676603fe09cf
https://github.com/Perl/perl5/commit/16791992a0d974b4c400611f3ecf676603fe09cf
Author: Karl Williamson <[email protected]>
Date: 2020-11-16 (Mon, 16 Nov 2020)
Changed paths:
M t/loc_tools.pl
Log Message:
-----------
loc_tools.pl: Simplify an expression
Suggested by Graham Knop
Commit: c20c0658e5c4c7b3bbdfca09f4bbbbf2ca69eb09
https://github.com/Perl/perl5/commit/c20c0658e5c4c7b3bbdfca09f4bbbbf2ca69eb09
Author: Karl Williamson <[email protected]>
Date: 2020-11-16 (Mon, 16 Nov 2020)
Changed paths:
M t/re/pat_advanced.t
Log Message:
-----------
pat_advanced.t: Simplify a test
I made this test to look as much as possible as the original report.
Hugo van der Sanden pointed out that the encodes and decode together
were essentially a no-op; so this commit removes them.
Compare: https://github.com/Perl/perl5/compare/ab307de390c3...c20c0658e5c4