[Koha-patches] [PATCH 4/6] bug 9370: test case for splitting LC call number

Galen Charlton gmc at esilibrary.com
Wed Jan 9 04:36:25 CET 2013


QH541.15.C6 C25 2012 should be split as follows:

QH
541.15
.C6
C25
2012

Signed-off-by: Galen Charlton <gmc at esilibrary.com>
---
 t/Labels_split_lccn.t |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/t/Labels_split_lccn.t b/t/Labels_split_lccn.t
index da32317..c79cc00 100755
--- a/t/Labels_split_lccn.t
+++ b/t/Labels_split_lccn.t
@@ -33,6 +33,7 @@ BEGIN {
             'HE8700.7 .P6T44 1983' => [qw(HE 8700.7 .P6 T44 1983)],
             'BS2545.E8 H39 1996'   => [qw(BS 2545 .E8 H39 1996)],
             'NX512.S85 A4 2006'    => [qw(NX 512 .S85 A4 2006)],
+            'QH541.15.C6 C25 2012' => [qw(QH 541.15 .C6 C25 2012)],
         };
     }
     my $test_num = 1;
-- 
1.7.2.5



More information about the Koha-patches mailing list