Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ==> Fetching Template::Mustache
- ==> Building Template::Mustache
- ==> Testing Template::Mustache
- t/01-basic.t ....... ok
- # Failed test 'Basic file template'
- # at t/02-file.t line 9
- # expected: "Hello, Jimmy.\n"
- # got: "Hello, Jimmy.\r\n"
- # Failed test 'Remembers original $!from'
- # at t/02-file.t line 11
- # expected: "Hello, Jimmy.\n"
- # got: "Hello, Jimmy.\r\n"
- # Failed test 'Partial loads from file'
- # at t/02-file.t line 13
- # expected: "Inline Hello, Jimmy.\r\n.\r\nNo indent:\r\nHello, Jimmy.\r\n.\r\nWith indent:\r\n Hello, Jimmy.\r\n.\r\n"
- # got: "Inline Hello, Jimmy.\r\n.\r\nNo indent:\r\nHello, Jimmy.\r\n.\r\nWith indent:\r\n Hello, Jimmy.\r \n.\r\n"
- # Failed test 'Alternate extension'
- # at t/02-file.t line 27
- # expected: "Hi, Jimmy.\n"
- # got: "Hi, Jimmy.\r\n"
- # Failed test 'Instance extension can be overridden'
- # at t/02-file.t line 30
- # expected: "Hi, Jimmy.\n"
- # expected: "Hi, Jimmy.\n"
- # Failed test 'Absolute path to templates'
- # at t/02-file.t line 34
- # expected: "Hello, Jimmy.\n"
- # got: "Hello, Jimmy.\r\n"
- # Looks like you failed 6 tests of 8
- t/02-file.t ........
- Dubious, test returned 6 (wstat 1536, 0x600)
- Failed 6/8 subtests
- # Failed test '.render(:from) doesn't obliterate instance $.from'
- # at t/03-cascade.t line 17
- # expected: "Hello, Jimmy.\n"
- # got: "Hello, Jimmy.\r\n"
- # Failed test '.render(:from) doesn't obliterate instance $.from for partials'
- # at t/03-cascade.t line 39
- # expected: "Inline Hello, Jimmy.\r\n.\r\nNo indent:\r\nHello, Jimmy.\r\n.\r\nWith indent:\r\n Hello, Jimmy.\r\n.\r\n"
- # got: "Inline Hello, Jimmy.\r\n.\r\nNo indent:\r\nHello, Jimmy.\r\n.\r\nWith indent:\r\n Hello, Jimmy.\r \n.\r\n"
- # Looks like you failed 2 tests of 5
- t/02-file.t ........
- Dubious, test returned 2 (wstat 512, 0x200)
- Failed 2/5 subtests
- t/04-lambda.t ...... ok
- t/10-objects.t ..... ok
- # Failed test 'Event'
- # at t/50-readme.t line 49
- # expected: "Welcome to the Masters of the Universe Convention! We’re pleased to have you here.\r\n\r\nOur esteemed guests:\r\n- The honorable James T. Kirk (Captain)\r\n- The honorable Wesley (Dread Pirate) *TONIGHT’S EMCEE*\r\n- The honorable Dana Scully (Special Agent)\r\n\r\nEnjoy!\r\n\r\n Dinner at 7PM in the Grand Ballroom. Bring a chair!\r\n"
- # got: "Welcome to the Masters of the Universe Convention! We’re pleased to have you here.\n\nOur esteemed guests:\r\n- The honorable James T. Kirk (Captain)\r\n- The honorable Wesley (Dread Pirate) *TONIGHT’S EMCEE*\r\n- The honorable Dana Scully (Special Agent)\r\n\r\nEnjoy!\r\n\r\n Dinner at 7PM in the Grand Ballroom. Bring a chair!\r\n"
- # Looks like you failed 1 test of 4
- t/10-objects.t ..... ok
- Dubious, test returned 1 (wstat 256, 0x100)
- Failed 1/4 subtests
- t/91-specs.t ....... ok
- t/92-specs-file.t .. ok
- Test Summary Report
- -------------------
- t/02-file.t (Wstat: 1536 Tests: 8 Failed: 6)
- Failed tests: 1, 3, 5-8
- Non-zero exit status: 6
- t/03-cascade.t (Wstat: 512 Tests: 5 Failed: 2)
- Failed tests: 2, 4
- Non-zero exit status: 2
- t/50-readme.t (Wstat: 256 Tests: 4 Failed: 1)
- Failed test: 4
- Non-zero exit status: 1
- Files=8, Tests=27, 16 wallclock secs ( 0.03 usr + 0.03 sys = 0.06 CPU)
- Result: FAIL
Advertisement
Add Comment
Please, Sign In to add comment