diff options
| author | John MacFarlane <[email protected]> | 2025-10-24 23:06:16 +0200 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-10-24 23:11:26 +0200 |
| commit | d6c95435bfd30285b97ece4b221388000ea7a511 (patch) | |
| tree | ae5aa42a7546732d5606e2dab6590a6e760c0d1a /test | |
| parent | ba64240f2c99c1f75557f2dae6c4022e1178297c (diff) | |
Use latest dev citeproc.
Diffstat (limited to 'test')
| -rw-r--r-- | test/docx/mendeley_citations_plus.native | 4 | ||||
| -rw-r--r-- | test/docx/zotero_citations_plus.native | 17 |
2 files changed, 6 insertions, 15 deletions
diff --git a/test/docx/mendeley_citations_plus.native b/test/docx/mendeley_citations_plus.native index c4bb46f60..0493b7f64 100644 --- a/test/docx/mendeley_citations_plus.native +++ b/test/docx/mendeley_citations_plus.native @@ -7,9 +7,9 @@ Pandoc [ MetaMap (fromList [ ( "DOI" - , MetaInlines [ Str "10.1145/1929887.1929902" ] + , MetaString "10.1145/1929887.1929902" ) - , ( "ISSN" , MetaInlines [ Str "2153-2184" ] ) + , ( "ISSN" , MetaString "2153-2184" ) , ( "author" , MetaList [ MetaMap diff --git a/test/docx/zotero_citations_plus.native b/test/docx/zotero_citations_plus.native index 3e7c50f5d..bd1a51bcb 100644 --- a/test/docx/zotero_citations_plus.native +++ b/test/docx/zotero_citations_plus.native @@ -6,9 +6,7 @@ Pandoc , MetaList [ MetaMap (fromList - [ ( "DOI" - , MetaInlines [ Str "10.1002/2016GL069961" ] - ) + [ ( "DOI" , MetaString "10.1002/2016GL069961" ) , ( "author" , MetaList [ MetaMap @@ -97,16 +95,9 @@ Pandoc , MetaMap (fromList [ ( "DOI" - , MetaInlines - [ Str "10.1007/s00382-013-1683-2" ] - ) - , ( "ISSN" - , MetaInlines - [ Str "0930-7575," - , Space - , Str "1432-0894" - ] + , MetaString "10.1007/s00382-013-1683-2" ) + , ( "ISSN" , MetaString "0930-7575, 1432-0894" ) , ( "author" , MetaList [ MetaMap @@ -174,7 +165,7 @@ Pandoc , MetaMap (fromList [ ( "DOI" - , MetaInlines [ Str "10.5194/gmd-9-3751-2016" ] + , MetaString "10.5194/gmd-9-3751-2016" ) , ( "author" , MetaList |
