Subject: | t/1_XMLin.t and t/2_XMLout.t started to fail: & vs & |
My smokers (different OS, different perl versions) started to report a new failure:
...
# Failed test 'successfully read an SRT config file'
# at t/1_XMLin.t line 1490.
# Structures begin differing at:
# $got->{pubpath}{test2}{title} = 'web_source -> web_target1 & web_target2'
# $expected->{pubpath}{test2}{title} = 'web_source -> web_target1 & web_target2'
# Looks like you failed 1 test of 132.
t/1_XMLin.t ..............
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/132 subtests
# Failed test 'generated document with escaping'
# at t/2_XMLout.t line 300.
# Structures begin differing at:
# $got->{c} = '&C&'
# $expected->{c} = '&C&'
# Looks like you failed 1 test of 201.
t/2_XMLout.t .............
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/201 subtests
...