NatLibFi/marc-record-validators-melinda

View on GitHub
test-fixtures/strip-punctuation/240/record.json

Summary

Maintainability
Test Coverage
{
  "leader": "01331cam a22003494i 4500",
  "fields": [
    { "tag": "001", "value": "000000001" },
    { "tag": "240", "ind1": "1", "ind2": "0", "subfields": [
      { "code": "a", "value": "Seitsemän veljestä," },
      { "code": "l", "value": "ruotsi" }
    ]},
    { "tag": "240", "ind1": "1", "ind2": "0", "subfields": [
      { "code": "a", "value": "Seitsemän ilvestä." },
      { "code": "l", "value": "Ruotsi" }
    ]}
  ]
}