Skip to content

Commit

Permalink
add degree level to mods fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
JackBlackLight committed Jan 5, 2024
1 parent 5d6d64f commit a680377
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions spec/fixtures/fedora_objs/mods.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,13 @@
<mods:dateIssued encoding="w3cdtf">1865</mods:dateIssued>
</mods:originInfo>

<mods:extension type="degree">
<mods:name type="text">Doctoral</mods:name>
<mods:grantor type="text">The Grantonator</mods:grantor>
<mods:discipline type="text">Disciplinary Studies</mods:discipline>
<mods:extension>
<mods:degree>
<mods:name type="text">Ph.D.</mods:name>
<mods:grantor type="text">The Grantonator</mods:grantor>
<mods:discipline type="text">Disciplinary Studies</mods:discipline>
<mods:level type="text">2</mods:level>
</mods:degree>
</mods:extension>

<mods:language>
Expand Down

0 comments on commit a680377

Please sign in to comment.