spec/fixtures/imprint_fixtures.rb in mods_display-0.2.1 vs spec/fixtures/imprint_fixtures.rb in mods_display-0.2.2

- old
+ new

@@ -222,9 +222,21 @@ </place> </originInfo> </mods> MODS end + def xx_country_code + <<-MODS + <mods> + <originInfo> + <place> + <placeTerm type="code" authority="marccountry">xx</placeTerm> + </place> + <dateIssued>1994</dateIssued> + </originInfo> + </mods> + MODS + end def encoded_dates <<-MODS <mods> <originInfo> <dateOther encoding="w3cDtF">2013</dateOther> \ No newline at end of file