Subject: | ver. 0.24_02 - failing test t/quoted.t |
Hi,
I have experienced the following failing test with Jemplate 0.24_02 (my
environment: perl 5.8.9/win32)
t/quoted.t .........
t/quoted.t ......... 1/2 # Failed test 'test for "quoted" strings'
# at t/quoted.t line 6.
# got: '//line 1 "test_template"
# stash.set('foo', 'foo');
# //line 1 "test_template"
# stash.set('bar', 'bar');
# output += '\n';
# //line 1 "test_template"
# output += stash.get('foo') + '/' + stash.get('bar');
# output += '\n';
# '
# expected: '//line 1 "test_template"
# stash.set('foo', 'foo');
# //line 1 "test_template"
# stash.set('bar', 'bar');
# output += '\n';
# //line 0 "test_template"
# output += stash.get('foo') + '/' + stash.get('bar');
# output += '\n';
# '
# Looks like you failed 1 test of 2.
t/quoted.t ......... Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/2 subtests
--
kmx