diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-05-20 15:04:39 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-05-20 15:04:39 -0700 |
commit | deb0926c14d9ce2ca90d4d4e983683e158e76432 (patch) | |
tree | 8ba47be769d3dea6bc4091ce277609d8b4b3fbf7 /python/tests | |
parent | 9f25c2b4bd1e600448512fa6c4553acb6a3d92d6 (diff) | |
download | fatcat-deb0926c14d9ce2ca90d4d4e983683e158e76432.tar.gz fatcat-deb0926c14d9ce2ca90d4d4e983683e158e76432.zip |
improved CSL transform (structured author names)
Diffstat (limited to 'python/tests')
-rw-r--r-- | python/tests/web_citation_csl.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tests/web_citation_csl.py b/python/tests/web_citation_csl.py index cf50f3c3..241f450f 100644 --- a/python/tests/web_citation_csl.py +++ b/python/tests/web_citation_csl.py @@ -23,7 +23,7 @@ def test_release_bibtex(app): json.loads(rv.data.decode('utf-8')) rv = app.get('/release/aaaaaaaaaaaaarceaaaaaaaaam/citeproc?style=modern-language-association') assert rv.status_code == 200 - assert rv.data.decode('utf-8').startswith('Ioannidis. “Why Most Published Research Findings Are False”. 2.8 (2005)') + assert rv.data.decode('utf-8').startswith('Ioannidis, John. “Why Most Published Research Findings Are False”. 2.8 (2005)') # "dummy" demo entity rv = app.get('/release/aaaaaaaaaaaaarceaaaaaaaaai') |