14 May
2024
14 May
'24
5:55 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36815 --- Comment #26 from Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> --- (In reply to Martin Renvoize from comment #25)
Hmm.. and now I'm struggling to get the unit test to pass.. this is the bug that just keeps giving.
Shooting in the dark a bit here...but could it be a newline character mismatch?
$content = join "\r\n", @{ $template->{content} };
versus the multiline string in the test file, which might just be encoding the line breaks as '\n'? -- You are receiving this mail because: You are watching all bug changes.