File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 163163 end
164164 end
165165
166- context "container"
166+ context "container" do
167167 it "has provided container when present" do
168168 input = fixture_path + "datacite_with_container.json"
169169 subject = Bolognese ::Metadata . new ( input : input )
209209 "chapterNumber" => "1"
210210 } )
211211 end
212+ end
212213end
Original file line number Diff line number Diff line change 287287 expect ( json [ "issued" ] ) . to eq ( "date-parts" => [ [ 2019 ] ] )
288288 end
289289
290- it "from Schema 4.6 with Translator and Editor contributors" do
290+ it "from Schema 4.6 with Translator and Editor contributors" do
291291 input = fixture_path + 'datacite-example-full-v4.6.xml'
292292 subject = Bolognese ::Metadata . new ( input : input )
293293 json = JSON . parse ( subject . citeproc )
You can’t perform that action at this time.
0 commit comments