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)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Wed, 16 Sep 2009 21:19:37 +0000 (23:19 +0200)
commit2d0476d6d9f558c0d1f341828479ac4abf6ee58d
tree9bb97c68f861e727fee80026860ef036619c61f8
parentc1e46fd1cd0bc2ac7d41458fdbd560d4aee43529
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