Subject: | 02-meta.t test depends on YAML backend. |
The current test mechanism for 02-meta.t is not portable among different
YAML implementations.
t/02-meta.t ....... 1/4
# Failed test 'set values'
# at t/02-meta.t line 22.
# got: '---
# one: 1
# three: 3
# two: 2
# '
# expected: '---
# one: 1
# three: 3
# two: 2
# '
# Looks like you failed 1 test of 4.
t/02-meta.t ....... Dubious, test returned 1 (wstat 256, 0x100)
Yes, the difference is one or two blank spaces at the end of lines.