14 May
2024
14 May
'24
6:22 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36815 --- Comment #31 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- (In reply to Emily Lamancusa from comment #26)
(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'?
Of course, you were correct there.. clearly it's been a long day ;P -- You are receiving this mail because: You are watching all bug changes.