diff options
author | Karl Williamson <khw@cpan.org> | 2020-08-16 06:50:12 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2020-10-31 11:04:19 -0600 |
commit | f30cbf5aa3835c9fb81f5212c3c56439f940ae19 (patch) | |
tree | 1e8e680506d4d6eef9467c40b0d81997f0fd8b92 /MANIFEST | |
parent | e050064b67c501e9fdc7bc3f513ba2b8b9e795f8 (diff) | |
download | perl-f30cbf5aa3835c9fb81f5212c3c56439f940ae19.tar.gz |
Add API test for delimcpy()
It turns out that the existing implementation has some bugs, so some of
the tests are marked TODO.
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4460,6 +4460,7 @@ ext/XS-APItest/t/copstash.t test alloccopstash ext/XS-APItest/t/copyhints.t test hv_copy_hints_hv() API ext/XS-APItest/t/customop.t XS::APItest: tests for custom ops ext/XS-APItest/t/cv_name.t test cv_name +ext/XS-APItest/t/delimcpy.t test delimcpy ext/XS-APItest/t/eval-filter.t Simple source filter/eval test ext/XS-APItest/t/exception.t XS::APItest extension ext/XS-APItest/t/extend.t test EXTEND() macro |