diff --git a/src/test/resources/samples/marc2ld/authority_100.jsonl b/src/test/resources/samples/marc2ld/authority_100.jsonl index 7413f09e..9b96cb04 100644 --- a/src/test/resources/samples/marc2ld/authority_100.jsonl +++ b/src/test/resources/samples/marc2ld/authority_100.jsonl @@ -1,6 +1,12 @@ { "fields" : [ { "001":"sh85121033" + }, { + "010" : { + "subfields" : [ { + "a" : "aValue" + } ] + } }, { "100" : { "subfields" : [ { diff --git a/src/test/resources/samples/marc2ld/marc_authority.jsonl b/src/test/resources/samples/marc2ld/marc_authority.jsonl index 49a381ce..adf8dd53 100644 --- a/src/test/resources/samples/marc2ld/marc_authority.jsonl +++ b/src/test/resources/samples/marc2ld/marc_authority.jsonl @@ -3,6 +3,15 @@ { "001": "sh85121033" }, + { + "010": { + "subfields": [ + { + "a": "aValue" + } + ] + } + }, { "100": { "subfields": [