Subject: | Failing test cause from lyrics. |
make test failing on my iMac. But It is easy to fix so I report It. make test's message here:
PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')"
t/*.t
t/1-basic.t ......... 9/20
# Failed test 'Lyrics look acceptable for Turn Up The Sun by Oasis'
# at t/1-basic.t line 84.
# '
#
# I carry madness
# Everywhere I go
# Over the border
# And back to the snow
# So if you see me
# And I look right through
# You shouldn't take it
# As a reflection on you
#
# Come on turn up the sun
# Turn it up for everyone
# Love one another
# Love one another
#
# The boys in the bubble
# They wanna be free
# And they got so blind
# That they cannot see
# But I'm not your keeper
# I don't have a key
# I got a piano
# I can't find the 'C'
#
# Come on turn up the sun
# Turn it up for everyone
# Love one another
# Love one another
#
# Come on turn up the sun
# Turn it up for everyone
# Love one another
# Love one another
#
# '
# doesn't match '(?i-xsm:Come on, Turn up the sun)'
I think it is easy to fix. Just change lyric in test script.