Skip to content

Commit

Permalink
MODLD-638: Include LCCN in the authority record used in tests (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkjacob authored Jan 14, 2025
1 parent 3c110ac commit ff9d7bd
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/test/resources/samples/marc2ld/authority_100.jsonl
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"fields" : [ {
"001":"sh85121033"
}, {
"010" : {
"subfields" : [ {
"a" : "aValue"
} ]
}
}, {
"100" : {
"subfields" : [ {
Expand Down
9 changes: 9 additions & 0 deletions src/test/resources/samples/marc2ld/marc_authority.jsonl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
{
"001": "sh85121033"
},
{
"010": {
"subfields": [
{
"a": "aValue"
}
]
}
},
{
"100": {
"subfields": [
Expand Down

0 comments on commit ff9d7bd

Please sign in to comment.