https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42943 --- Comment #15 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 201640 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=201640&action=edit Bug 42943: (follow-up) Add tests for callnum_split and short call numbers Adds two subtests to lock in behaviour that isn't currently covered: - when callnum_split is disabled, the call number is not split and is truncated to a single line, exercising the pre-existing non-wrapping fallback path rather than the new Text::Wrap logic. - a call number shorter than text_wrap_cols is left on a single, unwrapped line, confirming the new wrapping code is a no-op for the common case where wrapping isn't actually needed. -- You are receiving this mail because: You are watching all bug changes.