From 9f25c2b4bd1e600448512fa6c4553acb6a3d92d6 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 20 May 2019 15:01:30 -0700 Subject: make some XXX into TODO --- python/tests/transform_csl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/tests/transform_csl.py') diff --git a/python/tests/transform_csl.py b/python/tests/transform_csl.py index 43f7a99d..9601f19b 100644 --- a/python/tests/transform_csl.py +++ b/python/tests/transform_csl.py @@ -44,7 +44,7 @@ def test_csl_pubmed_bibtex(crossref_importer): r = entity_from_json(f.readline(), ReleaseEntity) csl = release_to_csl(r) print(citeproc_csl(csl, 'bibtex')) - # XXX: what's with the '`' in volume? + # TODO: what's with the '`' in volume? assert citeproc_csl(csl, 'bibtex').strip() == """ @article{mędrela-kuder_szymura_2018, title={Selected anti-health behaviours among women with osteoporosis}, -- cgit v1.2.3