diff options
author | Bryan Newbold <bnewbold@archive.org> | 2019-12-26 21:33:55 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-01-02 18:12:58 -0800 |
commit | 9756f536b24ba13c34d0dcc49153020477cce012 (patch) | |
tree | 1bc21effb9d2f182bc2001e0c75be719ab38e572 /python | |
parent | 8e4f4797b8c63d75fcb1feb30be00aabb4073ecf (diff) | |
download | sandcrawler-9756f536b24ba13c34d0dcc49153020477cce012.tar.gz sandcrawler-9756f536b24ba13c34d0dcc49153020477cce012.zip |
teixml2json test update for skipping null JSON keys
Diffstat (limited to 'python')
-rw-r--r-- | python/tests/files/small.json | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/python/tests/files/small.json b/python/tests/files/small.json index 35bf62d..3f84ea4 100644 --- a/python/tests/files/small.json +++ b/python/tests/files/small.json @@ -19,15 +19,9 @@ {"name": "J Doe", "given_name": "J", "surname": "Doe"} ], "journal": { - "name": "Dummy Example File. Journal of Fake News. pp. 1-2. ISSN 1234-5678", - "eissn": null, - "issn": null, - "issue": null, - "publisher": null, - "volume": null + "name": "Dummy Example File. Journal of Fake News. pp. 1-2. ISSN 1234-5678" }, "date": "2000", - "doi": null, "citations": [ { "authors": [{"name": "A Seaperson", "given_name": "A", "surname": "Seaperson"}], "date": "2001", @@ -52,9 +46,6 @@ ], "abstract": "Everything you ever wanted to know about nothing", "body": "Introduction \nEverything starts somewhere, as somebody [1] once said. \n\n In Depth \n Meat \nYou know, for kids. \n Potatos \nQED.", - "acknowledgement": null, - "annex": null, - "fatcat_release": null, "grobid_timestamp": "2018-04-02T00:31+0000", "grobid_version": "0.5.1-SNAPSHOT", "language_code": "en" |