Bug 2500 Tweaking DDCN Split for Hyphenated Volumn Numbers
authorChris Nighswonger <cnighswonger@foundations.edu>
Wed, 27 May 2009 15:30:14 +0000 (11:30 -0400)
committerGalen Charlton <galen.charlton@liblime.com>
Wed, 27 May 2009 15:45:36 +0000 (10:45 -0500)
commite72a02e08b5ac326cc326243fce34223045901cc
tree4378895397990e6e6e9ba337e977e40bec10f8d0
parent3206d0fe3c72114c9f3ffed315c5728e3f89ee8f
Bug 2500 Tweaking DDCN Split for Hyphenated Volumn Numbers

Presently 252.051 T147 v.1-2 is split as

252.051
T147
v.1
-2

This patch corrects the algorithm so that it splits as

252.051
T147
v.1-2

It also updates Labels_split_ddcn.t to include this particular case.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
C4/Labels.pm
t/Labels_split_ddcn.t