NatLibFi/marc-record-validators-melinda

View on GitHub
test-fixtures/punctuation2/95/expectedResult.json

Summary

Maintainability
Test Coverage
{
  "leader": "01331cam a22003494i 4500",
  "_validationOptions": {},
  "fields": [
    { "tag": "001", "value": "000000001" },

    { "tag": "264", "ind1": " ", "ind2": "1", "subfields": [
      { "code": "c", "value": "c1234." }
    ]},
    { "tag": "264", "ind1": " ", "ind2": "1", "subfields": [
      { "code": "c", "value": "[c1235]" }
    ]},
    { "tag": "264", "ind1": " ", "ind2": "4", "subfields": [
      { "code": "c", "value": "c1234" }
    ]},
    { "tag": "264", "ind1": " ", "ind2": "4", "subfields": [
      { "code": "c", "value": "[c1235]" }
    ]}


  ]
}