The next problem is with compile3.t Results are below:

ok 1
ok 2
ok 3
ok 4
ok 5
ok 6 - running test_expect()
ok 7 - template processor is engaged
ok 8 - input read and split into 2 tests
ok 9 - template text 1 processed OK: [% META author => 'albert' versi...
ok 10 - template text 1 matched expected
ok 11 - template text 2 processed OK: [%# we want to break 'compile' t...
MATCH FAILED
input: [[%# we want to break 'compile' to check that errors get reported -%]\n[% CALL bust_it -%]\n[% TRY; INCLUDE complex; CATCH; "$error"; END %]\n]
expect: [file error - parse error - complex line 20: unexpected end of input]
output: [Template::Constants::ERROR_FILE error - parse error - complex line 20: unexpected end of input]
FAILED 12: - template text 2 did not match expected
not ok 12 - template text 2 did not match expected


I guess this is OK? Looks like the error was detected correctly but the error handler output format has changed? I see that some CPAN testers ran this test OK, so is there perhaps some difference in environment settings that can cause this?

Thanks, Dave
--
Dave Howorth
MRC Centre for Protein Engineering
Hills Road, Cambridge, CB2 2QH
01223 252960


_______________________________________________ templates mailing list [EMAIL PROTECTED] http://lists.template-toolkit.org/mailman/listinfo/templates

Reply via email to