diff options
author | Karl Williamson <khw@cpan.org> | 2014-05-26 21:05:21 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2014-05-31 10:09:47 -0600 |
commit | 173ee337ccae1a3f75728b24e42392c298525e81 (patch) | |
tree | 3c900f5af3361f5b42e8898df80db0e47653560c /MANIFEST | |
parent | 6deb7a5e3707524fd23c0080d6a762ff30e50494 (diff) | |
download | perl-173ee337ccae1a3f75728b24e42392c298525e81.tar.gz |
Create new testing helper file
This adds t/charset_tools.pl, and populates it with 2 functions removed
from t/test.pl. The functions are changed very slightly to use the
variables $::IS_ASCII and $::IS_EBCDIC instead of recalculating this
information.
A new function byte_utf8a_to_utf8n() is also placed in charset_tools.
This takes the bytes that form a (ASCII-platform) UTF-8 string and
convert them to the bytes that form that string on the native platform,
hence just returns the input if run on an ASCII platform.
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4787,6 +4787,7 @@ t/bigmem/pos.t Check that pos() handles large offsets t/bigmem/read.t Check read() handles large offsets t/bigmem/regexp.t Test regular expressions with large strings t/bigmem/vec.t Check vec() handles large offsets +t/charset_tools.pl To aid in portable testing across platforms with different character sets t/cmd/elsif.t See if else-if works t/cmd/for.t See if for loops work t/cmd/mod.t See if statement modifiers work |