From 9756f536b24ba13c34d0dcc49153020477cce012 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 26 Dec 2019 21:33:55 -0800 Subject: teixml2json test update for skipping null JSON keys --- python/tests/files/small.json | 11 +---------- 1 file changed, 1 insertion(+), 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" -- cgit v1.2.3