garu / Data-Printer

colored pretty-print of Perl data structures and objects
100 stars 81 forks source link

t/017-rc_file.t fails (0.99_021) #150

Closed eserte closed 3 years ago

eserte commented 3 years ago

On all of my smokers:

#   Failed test at t/017-rc_file.t line 174.
#          got: 'bar = bla
# foo = 1
# outer.greeting = 'hej hej'
# outer.inner.further = hello!
# '
#     expected: 'bar = bla
# foo = 1
# outer.greeting = hej hej
# outer.inner.further = hello!
# '
# Looks like you failed 1 test of 14.
t/017-rc_file.t ............. 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/14 subtests 
garu commented 3 years ago

Thank you so much for the head's up, @eserte! Fixed in 0.99_022 which was just uploaded to CPAN