Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: bbeb277521abe1426965d6bc2c88e8792576ec3f
https://github.com/Perl/perl5/commit/bbeb277521abe1426965d6bc2c88e8792576ec3f
Author: Karl Williamson <[email protected]>
Date: 2021-07-25 (Sun, 25 Jul 2021)
Changed paths:
M t/op/each.t
Log Message:
-----------
op/each.t: Improve EBCDIC handling
This commit simplifies this file by using the EBCDIC tools now
available. It turns out that it wasn't actually testing what it
purported to be doing on EBCDIC, where a key in UTF-8 and the bytes that
comprise that key are two different keys if their UTF8ness differs.
A set of kludgy tests for EBCDIC are now removed.