Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for encoding of TAP. #422

Closed
wants to merge 14 commits into from
Closed

Conversation

magnolia-k
Copy link
Contributor

use Test::More encoding => 'UTF-8';
use utf8;
ok( 1, 'Unicode message - Ā' );

use Test::More encoding => 'UTF-8';
use utf8;
ok( 1, 'Unicode message - Ā' );
magnolia added 13 commits July 20, 2014 18:16
use Test::More encoding => 'UTF-8';

-> use Test::More tap_encoding => 'UTF-8';
When carrying out a repeat transformation, this way is a short a little.
Because there is a possibility that when dup STDOUT and STDERR again
in the subtest,state of perlIO layer is has changed, it is not possible
to output a unicode string correctly, file descriptor of the TAP for is,
as Test::Builder::Formatter::TAP reuse what was first initialized.
For when the test script has fork, state of autoflash is reset.
@magnolia-k
Copy link
Contributor Author

I create new branch for rewrite.

@magnolia-k magnolia-k closed this Jul 27, 2014
@magnolia-k magnolia-k deleted the support_tap_encoding branch July 30, 2014 23:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants