Skip to content

Commit

Permalink
Change SID order to reflect change/bug fix in marc-record-js sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
nvolk committed Oct 9, 2024
1 parent 2f04d82 commit 28f28e4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test-fixtures/reducers/index/internalFields02/merged.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
{ "code": "c", "value": "123456" },
{ "code": "b", "value": "helka" }
]},
{ "tag": "SID", "ind1": " ", "ind2": " ", "subfields": [
{ "code": "c", "value": "873414" },
{ "code": "b", "value": "vaari" }
]},
{ "tag": "SID", "ind1": " ", "ind2": " ", "subfields": [
{ "code": "c", "value": "98765" },
{ "code": "b", "value": "helmet" }
]},
{ "tag": "SID", "ind1": " ", "ind2": " ", "subfields": [
{ "code": "c", "value": "873414" },
{ "code": "b", "value": "vaari" }
]},
{ "tag": "LOW", "ind1": " ", "ind2": " ", "subfields": [ { "code": "a", "value": "FIKKA" } ]},
{ "tag": "LOW", "ind1": " ", "ind2": " ", "subfields": [ { "code": "a", "value": "HELKA" } ]},
{ "tag": "LOW", "ind1": " ", "ind2": " ", "subfields": [ { "code": "a", "value": "VAARI" } ]},
Expand Down

0 comments on commit 28f28e4

Please sign in to comment.