diff options
author | Bryan Newbold <bnewbold@archive.org> | 2021-10-22 19:25:24 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2021-10-22 19:25:24 -0700 |
commit | 09668907c81492774986e11f0acd9b06090dfbe0 (patch) | |
tree | bbe8ebc3200ce3019aaf2620dbed55d69448fa19 /tests/test_csl.py | |
parent | 331288cd15d471b2ae362bf6c990f627686067d8 (diff) | |
download | grobid_tei_xml-09668907c81492774986e11f0acd9b06090dfbe0.tar.gz grobid_tei_xml-09668907c81492774986e11f0acd9b06090dfbe0.zip |
refactor GrobidHeader and GrobidCitation into GrobidBiblio
Diffstat (limited to 'tests/test_csl.py')
-rw-r--r-- | tests/test_csl.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_csl.py b/tests/test_csl.py index 9c8bd5f..c017488 100644 --- a/tests/test_csl.py +++ b/tests/test_csl.py @@ -24,6 +24,7 @@ def test_small_xml_csl() -> None: "issued": [[2000]], } + assert d.citations assert d.citations[0].to_csl_dict() == { "type": "article-journal", "title": "Everything is Wonderful", |