Subject: | t/10_read.t: Failed test 'Got expected error' with Encode 2.95 |
After upgrading Encode from 2.94 to 2.95 a tests fails:
t/01_compile.t ......... ok
# Failed test 'Got expected error'
# at t/10_read.t line 81.
# 'Error reading from file 't/data/utf_16_le_bom.yml': Malformed UTF-8 character: \xff (overflows) in subroutine entry
# at t/10_read.t line 79.
# '
# doesn't match '(?^:utf_16_le_bom\.yml.*does not map to Unicode)'
# Looks like you failed 1 test of 3.
# Failed test 'utf_16_le_bom.yml'
# at t/10_read.t line 82.
# Looks like you failed 1 test of 6.
t/10_read.t ............
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/6 subtests
This happens with YAML-Tiny-1.70 as well as with current git master HEAD.