aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_csl.py
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2021-10-25 15:46:33 -0700
committerBryan Newbold <bnewbold@archive.org>2021-10-25 15:46:38 -0700
commitbaa6356b80b1a826eca77f74cc487d947d2fafd4 (patch)
tree85032c05af7561f2147358e12b8bf2f11136c2d6 /tests/test_csl.py
parent09668907c81492774986e11f0acd9b06090dfbe0 (diff)
downloadgrobid_tei_xml-baa6356b80b1a826eca77f74cc487d947d2fafd4.tar.gz
grobid_tei_xml-baa6356b80b1a826eca77f74cc487d947d2fafd4.zip
schema expansion; grobid v0.7.x examples and test coverage
Diffstat (limited to 'tests/test_csl.py')
-rw-r--r--tests/test_csl.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_csl.py b/tests/test_csl.py
index c017488..27c8c3e 100644
--- a/tests/test_csl.py
+++ b/tests/test_csl.py
@@ -20,7 +20,7 @@ def test_small_xml_csl() -> None:
"family": "Doe",
},
],
- "container-title": "Dummy Example File. Journal of Fake News. pp. 1-2. ISSN 1234-5678",
+ "book-title": "Dummy Example File. Journal of Fake News. pp. 1-2. ISSN 1234-5678",
"issued": [[2000]],
}
@@ -38,4 +38,5 @@ def test_small_xml_csl() -> None:
"issued": [[2001]],
"volume": 20,
"page": "1-11",
+ "page-first": "1",
}