Last active
March 21, 2016 13:58
-
-
Save sago35/0f9f1a5aca49b7d5f4b9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C:\Users\xxxx\.cpanm\work\1458568216.7268\TOML-Parser-0.06>perl --version | |
This is perl 5, version 22, subversion 1 (v5.22.1) built for MSWin32-x64-multi-thread | |
Copyright 1987-2015, Larry Wall | |
Perl may be copied only under the terms of either the Artistic License or the | |
GNU General Public License, which may be found in the Perl 5 source kit. | |
Complete documentation for Perl, including FAQ lists, should be found on | |
this system using "man perl" or "perldoc perl". If you have access to the | |
Internet, point your browser at http://www.perl.org/, the Perl Home Page. | |
C:\Users\xxxx\.cpanm\work\1458568216.7268\TOML-Parser-0.06>prove -lr t | |
t/000_compile.t ........................ ok | |
t/001_parser/broken.t .................. ok | |
t/001_parser/comma_at_last_of_array.t .. ok | |
t/001_parser/dot_in_key.t .............. ok | |
t/001_parser/duplicate_key.t ........... ok | |
t/001_parser/empty_array.t ............. ok | |
t/001_parser/empty_comment.t ........... ok | |
t/001_parser/empty_string.t ............ ok | |
t/001_parser/escape.t .................. ok | |
t/001_parser/example.t ................. ok | |
t/001_parser/example_fruit.t ........... ok | |
t/001_parser/float.t ................... | |
# Failed test 'float.toml: strict: 0' | |
t/001_parser/float.t ................... 1/2 # at t/001_parser/float.t line 30. | |
# Structures begin differing at: | |
# $got->{key4} = '5e+022' | |
# $expected->{key4} = '5e+22' | |
# Failed test 'float.toml: strict: 1' | |
# at t/001_parser/float.t line 30. | |
# Structures begin differing at: | |
# $got->{key4} = '5e+022' | |
# $expected->{key4} = '5e+22' | |
# Looks like you failed 2 tests of 2. | |
t/001_parser/float.t ................... Dubious, test returned 2 (wstat 512, 0x200) | |
Failed 2/2 subtests | |
t/001_parser/hard_example.t ............ ok | |
t/001_parser/inline_table.t ............ ok | |
t/001_parser/integer.t ................. ok | |
t/001_parser/multi_line_string.t ....... ok | |
t/001_parser/single_quote.t ............ ok | |
t/001_parser/table.t ................... ok | |
Test Summary Report | |
------------------- | |
t/001_parser/float.t (Wstat: 512 Tests: 2 Failed: 2) | |
Failed tests: 1-2 | |
Non-zero exit status: 2 | |
Files=18, Tests=52, 1 wallclock secs ( 0.03 usr + 0.03 sys = 0.06 CPU) | |
Result: FAIL |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment