Skip to content

Commit

Permalink
[END] add 'csv' to formats
Browse files Browse the repository at this point in the history
  • Loading branch information
xlcnd committed Nov 4, 2020
1 parent e5e556e commit 97875a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions isbnlib/test/test_fmt.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ def test_fmtbib():
assert_equals(len(_fmtbib('msword', canonical)), 485)
assert_equals(len(_fmtbib('json', canonical)), 229)
assert_equals(len(_fmtbib('csl', canonical)), 253)
assert_equals(len(_fmtbib('csv', canonical)), 94)
assert_equals(len(_fmtbib('ris', canonical)), 130)
assert_equals(len(_fmtbib('opf', canonical)), 861)

0 comments on commit 97875a2

Please sign in to comment.