NatLibFi/marc-record-js

View on GitHub
test-fixtures/index/isMX/04/metadata.json

Summary

Maintainability
Test Coverage
{
  "description": "isMX: true, LDR/07 triggers 006 check but there is a 006/01=s",
  "skip": false,
  "input": {
    "leader": "01234cpb a22005894i 4500",
    "fields":
    [
      {"tag": "001", "value": "bar"},
      {"tag": "006", "value": "s|||||||||||||||||"},
      {"tag": "006", "value": "a|||||||||||||||||"},
      {"tag": "006", "value": "m|||||||||||||||||"}
    ]
  },
  "operations": [
    { "name": "isTypeOfMaterial", "args": {"self": true, "target": "MX"}}
  ],
  "returns": true,
  "immutable": true,
  "only": false
}