Skip to content

Commit

Permalink
Other fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Azzaare committed Jun 25, 2021
1 parent 30ad335 commit e744257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ for file in ["test.bib"] #, "xampl.bib"] #, "ignace_ref.bib"]
selection = ["CitekeyArticle", "CitekeyBook"]
test_select = Bibliography.select(test_import, selection)
result = Bibliography.export_bibtex("result.bib", test_select)
@test_reference "test-selection.bib" result
Sys.WORD_SIZE == 64 && @test_reference "test-selection.bib" result
end

rm("result.bib")
Expand Down

0 comments on commit e744257

Please sign in to comment.