use strict;
use warnings;
use Test::More tests => 10;
use Test::More tests => 11;
use Test::MockModule;
BEGIN {
$testmatcher->description('match on ISSN');
is( $testmatcher->description(), 'match on ISSN', 'testing code accessor' );
-
is( C4::Matcher::_normalize('(OCoLC)20329436'), '(OCoLC)20329436', 'C4::Matcher::_normalize does not mangle standard OCLC fields' );