Subject: | t/macro.t first test fails since 5.17.9 |
Following failure appears since perl 5.17.9 <http://matrix.cpantesters.org/?dist=Jemplate+0.27>. Also with stable perl 5.18.0:
$ perl -Ilib t/macro.t
1..3
not ok 1 -
# @@ -1,4 +1,4 @@
# -//line 1 "test_template"
# +//line 2 "test_template"
#
# //MACRO
# stash.set('simple', function () {
# @@ -16,5 +16,5 @@
#
# context.stash.clone(args);
# try {
# -//line 1 "test_template"
# +//line 2 "test_template"
# output += stash.get('param1') + stash.get('param2');
#
# Failed test '
# @@ -1,4 +1,4 @@
# -//line 1 "test_template"
# +//line 2 "test_template"
#
# //MACRO
# stash.set('simple', function () {
# @@ -16,5 +16,5 @@
#
# context.stash.clone(args);
# try {
# -//line 1 "test_template"
# +//line 2 "test_template"
# output += stash.get('param1') + stash.get('param2');
# '
# at t/macro.t line 8.
ok 2
ok 3
# Looks like you failed 1 test of 3.