diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2021-08-03 18:15:10 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2021-08-03 18:15:10 -0700 |
commit | 37b6e99eec3cbc668d6b51ed9e57b93f9a114d2a (patch) | |
tree | 0427f85e094d9cb9c736d496d5a087f83b92e2d1 /python/tests | |
parent | bfdbbdd50ab06d28a2099e408ff154b0ce1cbc4b (diff) | |
download | fatcat-37b6e99eec3cbc668d6b51ed9e57b93f9a114d2a.tar.gz fatcat-37b6e99eec3cbc668d6b51ed9e57b93f9a114d2a.zip |
refs: web UI tweaks for iterated CSL schema
Diffstat (limited to 'python/tests')
-rw-r--r-- | python/tests/files/elastic_refs_out_release.json | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/python/tests/files/elastic_refs_out_release.json b/python/tests/files/elastic_refs_out_release.json index 5e25d80f..5a45acee 100644 --- a/python/tests/files/elastic_refs_out_release.json +++ b/python/tests/files/elastic_refs_out_release.json @@ -152,11 +152,13 @@ "accessed": {}, "author": [ { - "name": "Alatawi Eman" + "raw_name": "Alatawi Eman" } ], "container-title": "Symbolic Execution with Invariant Inlay: Evaluating the Potential. In 2018 25th Australasian Software Engineering Conference, ASWEC 2018.", - "issued": {} + "issued": { + "date-parts": [[2019]] + } } }, "sort": [ @@ -185,7 +187,9 @@ } ], "container-title": "Symbolic Path-Oriented Test Data Generation for Floating-Point Programs. In Sixth IEEE International Conference on Software Testing, Verification and Validation, ICST", - "issued": {} + "issued": { + "raw": "2000" + } } }, "sort": [ |