|
Lines 42-47
$module->mock(
Link Here
|
| 42 |
} elsif ( $authid eq '2' ) { |
42 |
} elsif ( $authid eq '2' ) { |
| 43 |
$record->add_fields( |
43 |
$record->add_fields( |
| 44 |
[ '001', '2' ], |
44 |
[ '001', '2' ], |
|
|
45 |
[ '008', '|| aca||aabn | a|a d' ], |
| 45 |
[ '151', ' ', ' ', a => 'New York (State)' ], |
46 |
[ '151', ' ', ' ', a => 'New York (State)' ], |
| 46 |
[ '551', ' ', ' ', a => 'United States', w => 'g', 9 => '1' ], |
47 |
[ '551', ' ', ' ', a => 'United States', w => 'g', 9 => '1' ], |
| 47 |
[ '751', ' ', ' ', a => 'United States', w => 'g', 9 => '1' ], |
48 |
[ '751', ' ', ' ', a => 'United States', w => 'g', 9 => '1' ], |
|
Lines 169-177
my $expected_marc21_summary = {
Link Here
|
| 169 |
'heading' => 'General subdivision' |
170 |
'heading' => 'General subdivision' |
| 170 |
} |
171 |
} |
| 171 |
], |
172 |
], |
| 172 |
'seefrom' => [], |
173 |
'seefrom' => [], |
| 173 |
'label' => 'Geographic Name', |
174 |
'label' => 'Geographic Name', |
| 174 |
'type' => 'Geographic Name', |
175 |
'type' => 'Geographic Name', |
|
|
176 |
'established' => '1', |
| 175 |
}; |
177 |
}; |
| 176 |
|
178 |
|
| 177 |
is_deeply( |
179 |
is_deeply( |
| 178 |
- |
|
|