Guest User

Template::Mustache fail

a guest
Oct 28th, 2015
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.24 KB | None | 0 0
  1. ==> Fetching Template::Mustache
  2. ==> Building Template::Mustache
  3. ==> Testing Template::Mustache
  4. t/01-basic.t ....... ok
  5.  
  6. # Failed test 'Basic file template'
  7. # at t/02-file.t line 9
  8. # expected: "Hello, Jimmy.\n"
  9. # got: "Hello, Jimmy.\r\n"
  10.  
  11. # Failed test 'Remembers original $!from'
  12. # at t/02-file.t line 11
  13. # expected: "Hello, Jimmy.\n"
  14. # got: "Hello, Jimmy.\r\n"
  15.  
  16. # Failed test 'Partial loads from file'
  17. # at t/02-file.t line 13
  18. # 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"
  19. # 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"
  20.  
  21. # Failed test 'Alternate extension'
  22. # at t/02-file.t line 27
  23. # expected: "Hi, Jimmy.\n"
  24. # got: "Hi, Jimmy.\r\n"
  25.  
  26. # Failed test 'Instance extension can be overridden'
  27. # at t/02-file.t line 30
  28. # expected: "Hi, Jimmy.\n"
  29. # expected: "Hi, Jimmy.\n"
  30.  
  31.  
  32. # Failed test 'Absolute path to templates'
  33. # at t/02-file.t line 34
  34. # expected: "Hello, Jimmy.\n"
  35. # got: "Hello, Jimmy.\r\n"
  36. # Looks like you failed 6 tests of 8
  37. t/02-file.t ........
  38. Dubious, test returned 6 (wstat 1536, 0x600)
  39. Failed 6/8 subtests
  40.  
  41. # Failed test '.render(:from) doesn't obliterate instance $.from'
  42. # at t/03-cascade.t line 17
  43. # expected: "Hello, Jimmy.\n"
  44. # got: "Hello, Jimmy.\r\n"
  45.  
  46. # Failed test '.render(:from) doesn't obliterate instance $.from for partials'
  47. # at t/03-cascade.t line 39
  48. # 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"
  49. # 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"
  50. # Looks like you failed 2 tests of 5
  51. t/02-file.t ........
  52. Dubious, test returned 2 (wstat 512, 0x200)
  53. Failed 2/5 subtests
  54. t/04-lambda.t ...... ok
  55. t/10-objects.t ..... ok
  56.  
  57. # Failed test 'Event'
  58. # at t/50-readme.t line 49
  59. # 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"
  60. # 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"
  61. # Looks like you failed 1 test of 4
  62. t/10-objects.t ..... ok
  63. Dubious, test returned 1 (wstat 256, 0x100)
  64. Failed 1/4 subtests
  65. t/91-specs.t ....... ok
  66. t/92-specs-file.t .. ok
  67.  
  68. Test Summary Report
  69. -------------------
  70. t/02-file.t (Wstat: 1536 Tests: 8 Failed: 6)
  71. Failed tests: 1, 3, 5-8
  72. Non-zero exit status: 6
  73. t/03-cascade.t (Wstat: 512 Tests: 5 Failed: 2)
  74. Failed tests: 2, 4
  75. Non-zero exit status: 2
  76. t/50-readme.t (Wstat: 256 Tests: 4 Failed: 1)
  77. Failed test: 4
  78. Non-zero exit status: 1
  79. Files=8, Tests=27, 16 wallclock secs ( 0.03 usr + 0.03 sys = 0.06 CPU)
  80. Result: FAIL
Advertisement
Add Comment
Please, Sign In to add comment