Bug 7298: (follow-up) fix uninitialized variable warning
[koha.git] / t / Labels_split_lccn.t
index f29a113..87ab8ae 100755 (executable)
@@ -15,7 +15,7 @@
 # Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
 # Suite 330, Boston, MA  02111-1307 USA
 #
-# for context, see http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=2691
+# for context, see http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2691
 
 use strict;
 use warnings;
@@ -33,6 +33,8 @@ 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)],
+            '123 ABC FOO BAR'      => [qw(123 ABC FOO BAR)],
         };
     }
     my $test_num = 1;