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

Commits on Jul 20, 2014

  1. Added support for encoding of TAP.

    use Test::More encoding => 'UTF-8';
    use utf8;
    ok( 1, 'Unicode message - Ā' );
    magnolia committed Jul 20, 2014
    14 Configuration menu
    Copy the full SHA
    5cd9e62 View commit details
    Browse the repository at this point in the history
  2. Fixed encoding error message.

    magnolia committed Jul 20, 2014
    Configuration menu
    Copy the full SHA
    a8207f9 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2014

  1. Added test code for tap_encoding.

    magnolia committed Jul 21, 2014
    Configuration menu
    Copy the full SHA
    4c9054a View commit details
    Browse the repository at this point in the history
  2. Update documents and change argument name.

    use Test::More encoding => 'UTF-8';
    
    -> use Test::More tap_encoding => 'UTF-8';
    magnolia committed Jul 21, 2014
    Configuration menu
    Copy the full SHA
    7453023 View commit details
    Browse the repository at this point in the history
  3. Fixed error message.

    magnolia committed Jul 21, 2014
    Configuration menu
    Copy the full SHA
    7912a2f View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2014

  1. Rewrite tap_encoding documents.

    magnolia committed Jul 22, 2014
    Configuration menu
    Copy the full SHA
    b7fcfa1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60e72f5 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2014

  1. Changed so that an Encode objects may be used.

    When carrying out a repeat transformation, this way is a short a little.
    magnolia committed Jul 24, 2014
    Configuration menu
    Copy the full SHA
    22dfe99 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2014

  1. Merge branch 'master' into support_tap_encoding

    magnolia committed Jul 26, 2014
    Configuration menu
    Copy the full SHA
    7e4a4c8 View commit details
    Browse the repository at this point in the history
  2. Changed to 'dup' STDOUT and STDERR as to only the first time.

    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.
    magnolia committed Jul 26, 2014
    Configuration menu
    Copy the full SHA
    bdd2752 View commit details
    Browse the repository at this point in the history
  3. Changed the check point of the file handle.

    For when the test script has fork, state of autoflash is reset.
    magnolia committed Jul 26, 2014
    Configuration menu
    Copy the full SHA
    f45fcb8 View commit details
    Browse the repository at this point in the history
  4. oops!

    magnolia committed Jul 26, 2014
    Configuration menu
    Copy the full SHA
    6fd9af7 View commit details
    Browse the repository at this point in the history
  5. Changed as to determine more accurately.

    magnolia committed Jul 26, 2014
    Configuration menu
    Copy the full SHA
    f6c0b34 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2014

  1. Merge branch 'master' into support_tap_encoding

    magnolia committed Jul 27, 2014
    Configuration menu
    Copy the full SHA
    c1bb678 View commit details
    Browse the repository at this point in the history